/**//*----首页----*/
i {
    font-style: normal;
}

.wrap-layer {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

body,html{ width: 100%; min-width: 1300px; overflow-x:hidden; position: relative;}
/*头部*/
.mod-headers {width:100%; left:0; top:0; height:160px; position:absolute; z-index:9990;}
.mod-headers  .wrap-layer{ background: #fff;height:140px; margin-top: 20px;}
.innerheaders .wrap-layer{ padding-top: 20px; margin-top: 0;}
/*导航*/
.wrap-nav{ position: relative; background: #f9f9f9;}
.navMenu {
    background: #f9f9f9; height: 48px;
}

.navMenu>li {
    display: inline-block;
}

.navMenu>li>a {
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    display: block;
    padding: 0 8px;
	 width: 130px;
	box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    color: #000; text-align: center;
    /*border-bottom:transparent solid 2px;*/
    /*text-shadow:#fff 1px 1px;*/
}
.navMenu>li>a:hover{}

.navMenu>li.cr>a,
.navMenu>li>a:hover,.navMenu>li>a:hover *,.navMenu>li.cr>a * {
color: #fff;background: #0f4c81;
}

.navMenu>li.cr>a,
.navMenu>li:hover>a {
    height: 48px;
}

.navMenu .sub-menus {
    position: absolute;
/**/   top: 48px; 
/*   top:-1800px;*/
   left: 0;
   width: 1300px;
   height:auto;
   overflow: hidden;
    /*height:80px;*/
   background: #fff;
 transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    opacity: 0;
    text-align: left;
	box-shadow: -5px 0 5px rgba(0,0,0,0), 5px 0 5px rgba(0,0,0,0), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06);
	
}

.navMenu>li>.sub-menus{ border-top:2px solid #0f4c81; padding-bottom: 50px;}
.navMenu .sub-menus>ul{ margin-right: -10px; display: block; padding-top:30px;}
.navMenu .sub-menus>ul>li {
    line-height: 40px;
    /*min-width: 72px;*/
    text-align: left;
    font-size: 14px;  float: left; display: block; width:25%; box-sizing: border-box;  
    padding: 0 30px 0 50px;/* border-left: 1px solid #f9f9f9;*/
	position: relative;
}
.navMenu .sub-menus>ul>li>ul>li{ line-height: 180%;}
.navMenu .sub-menus>ul>li>a{ color: #0f4c81; font-size: 16px;}
.navMenu .sub-menus>ul>li:after{  content: ""; display: block;position:absolute;  
                top:12px;  
                left:30px;  
                height: 16px;
/*                border-top:5px solid transparent;  
                border-bottom:5px solid transparent; */ 
                border-left:4px solid #0f4c81;}
.navMenu .sub-menus>ul {
    /* position: relative;*/
    display:block;
    text-align: left!important;
}

/*.sub-menus ul li.cr,*/
.navMenu .sub-menus>ul>li:hover>a{ color: #0f4c81;}

.navMenu .sub-menus>ul>li:hover {   text-align: left;}

.navMenu>li:hover .sub-menus {
    opacity: 1;
    z-index: 10000;

}
.navMenu>li>.sub-menus:after{ position: absolute;  border-left: 1px solid #e5e5e5; content: ""; display: block; left: 25%; top: 30px; bottom: 30px;}
.navMenu>li>.sub-menus:before{ position: absolute;  border-left: 1px solid #e5e5e5; content: ""; display: block; left: 50%; top: 30px; bottom: 30px;}
.navMenu>li>.sub-menus>ul:after{position: absolute;  border-left: 1px solid #e5e5e5; content: ""; display: block; left: 75%; top: 30px; bottom: 30px;}

.navMenu li>ul>li:hover span{ color:#0f4c81!important;}

.innerheaders{ position: relative; background: #fff;}

/* 侧边栏样式 */
.leftMenuBox{ background: #fff;box-shadow: 0px 6px 16px 0px #aaa;-webkit-box-shadow: 0px 6px 16px 0px #aaa;-moz-box-shadow: 0px 6px 16px 0px #aaa;-ms-box-shadow: 0px 6px 16px 0px #aaa; }
.leftMenuBox>ul>li>a{ padding-left: 2px;text-indent: 22px; }
.leftMenuBox a { display: block; width: 96%; line-height: 36px; color: #ccc; box-sizing: border-box; color: #333;
    padding-top:18px; padding-left: 16px; background-color: white; position: relative; text-indent: 30px;font-size: 16px;}
/* .leftMenuBox a i { width:8px;height: 13px; background: url('../images/iconBox.png') no-repeat 0 -108px; position: absolute; right: 20px; top: 32%; color: #ccc;} */
.leftMenuBox a i:after { content: "\e666"; font-family: "iconfont" !important; font-size: inherit; font-style: normal; -webkit-font-smoothing: antialiased;position: absolute;right: 6px;top:15px;font-weight: bold;}
/* .leftMenuBox a span { width:13px;height: 13px; background: url('../images/iconBox.png') no-repeat -16px -108px; position: absolute; left: 20px; top: 32%; color: #ccc;} */
.leftMenuBox a span { display: inline-block; -vertical-align: middle; width: 10px; height: 10px; position: relative; background-color: #dbdbdb; margin-right: 12px;}
.leftMenuBox a span:after { content: ""; position: absolute; width: 10px; height: 10px; background-color: #b3b3b3; left: 2px; top: 2px;}

.leftMenuBox .active>ul{ display: block; }
.leftMenuBox .active>a{ color: #0f4c81; box-sizing: border-box; border-bottom: 1px solid #0f4c81; }
/* .leftMenuBox .active>a>i:after{ transform: rotate(90deg);-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg);-ms-transform: rotate(90deg);color: rgb(181,29,31); } */
.leftMenuBox .active>a>i:after{ content: "\e665"; }
.leftMenuBox .active>a>span { background-color: #c4d2df;}
.leftMenuBox .active>a>span:after { background-color: #0f4c81;}

.leftMenuBox>ul>li ul { width: 100%; padding-left: 10px; display: none; }
.leftMenuBox ul li.fw{ font-weight: bold; }
.leftMenuBox .fw>a>span { background-color: #c4d2df;}
.leftMenuBox .fw>a>span:after { background-color: #0f4c81;}

.ui-paging-container{ margin: 20px auto; }
.ui-paging-container li{ padding: 2px 7px; margin: 5px 0 5px 5px; }
.ui-paging-container .focus{ margin:0 0 0 5px;vertical-align: unset; }


/*搜索以及logo*/
.wrap-search{ height: 65px; padding-top:27px; }

.logos {float:left; width:405px; margin-left: 33px; margin-top: -6px;}
.searchs{ float:right; margin-right: 35px; padding-right: 65px; position: relative;}
.logos img { display: block;}
.searchs input {color:#333; width:248px; height:40px; line-height: 40px; padding: 0 10px; border: 1px solid #ccc; border-right: none;box-sizing: border-box; /*border-bottom-left-radius:5px; border-top-left-radius: 5px;*/}
.searchs a{ width:68px; height:40px; background:#0f4c81 url(../images/search.png) center center no-repeat; display: block; line-height:999px; overflow: hidden; position:absolute; right: 0; top: 0;/* border-radius:5px;*/ }
.wrap-nav .mod-en{ position:absolute;  right:35px; top: 0;}
.wrap-nav .mod-en span{ display: block; min-width: 50px; height: 48px; line-height: 48px; padding-right: 15px; position: relative; cursor: pointer; text-align: center; padding-left: 15px;}
.wrap-nav .mod-en span:after{ position:absolute; content: "";   top:22px;  
right:5px;width:0;height:0; border-left:6px solid transparent;  
 border-right:6px solid transparent;  border-top:6px solid #0f4c81;  }
.wrap-nav .mod-en ul {padding: 5px 10px; min-width: 50px; text-align: center;background: #fff; border: 1px solid #eee; box-shadow: -5px 0 5px rgba(0,0,0,0), 5px 0 5px rgba(0,0,0,0), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06); display: none;}
.wrap-nav .mod-en ul li{ line-height: 35px; border-bottom: 1px solid #f9f9f9;}
.wrap-nav .mod-en ul li:hover a{  color: #0f4c81;}
.wrap-nav .mod-en:hover ul{ display: block;}
img{ max-width: 100%; height: auto;}

/*banner图*/
.mod-indexbanner{ position: relative; overflow: hidden; max-height: 805px;}
.mod-indexbanner .swiper-wrapper{  width: 999999px; height: auto!important;}
.mod-indexbanner .swiper-wrapper .item-cell{height: auto!important;}
.mod-indexbanner img{ max-width: 100%; height: auto; display: block;}
.swiper-container-1{overflow: hidden;}
.roll-btn{ position: absolute; top: 59%; margin-top: -25px; left: 50%; width: 1300px; margin-left: -650px; z-index: 99;}

.arrow-l,.arrow-r{background:url(../images/bt_l.png) center 0 no-repeat;   width: 47px; height: 47px;  float: left; cursor: pointer; z-index: 99;}
.arrow-r{background:url(../images/bt_r.png) center 0 no-repeat;  float: right;  }

/*新闻滚动*/

.roll{ position: relative;  height: 60px;  line-height: 60px; overflow: hidden;padding-left:155px;
  z-index: 8; margin-top: -60px; background: rgba(0,0,0,.35);  padding-right: 25px;}
.roll .roll-tits{  margin-left:0;  height: 60px; line-height: 60px; position: absolute; left:25px; top: 0;}
.roll .roll-tits span{ padding-left:35px; color:#fff; background:url(../images/noticeico.png) 0 center no-repeat; padding-right: 30px; font-size: 16px;}
.roll li{  padding: 0; margin: 0; height: 60px; line-height: 60px; margin-right: 40px; overflow: hidden; display: block;}
.roll li a{ font-size: 16px; color: #fff; }
.roll li a:hover{ color:#FFF6BC;}
.H30{ height:20px;}

/*快速入口开始*/
.mod-servicelinks{background:url(../images/servicebg.jpg); min-height: 213px;  }
.mod-servicelinks li{ width: 14.2%; min-height:76px; float: left; text-align: center; padding:15px 0 15px 0; position: relative;}
.mod-servicelinks li img{ display: inline-block;}
.mod-servicelinks li a{ display: block; position: relative; z-index: 2;}
.mod-servicelinks li:hover{ background: #135185}
.mod-servicelinks li span{ display: block; color:#fff; font-size: 16px; padding-top: 8px;}
.mod-servicelinks li:after{ content: ""; border-left: 1px solid #37658c; height: 100%; position: absolute; left: 0; bottom:0; }
.mod-servicelinks li:before{content: ""; border-bottom: 1px solid #37658c; height: 60px; position: absolute; left: 0; bottom:0; width: 100%;}
.mod-servicelinks li.servicelinks-tits{ height: 200px; line-height: 183px; box-sizing: border-box; border-bottom: none;}
.mod-servicelinks li.servicelinks-tits span{ font-size: 30px; display: inline-block; padding-top:10px;
/* background:url(../images/line_bg.png) 0 bottom no-repeat;*/  border-bottom:4px solid #fff; padding-bottom: 20px; line-height: 100%;
}
.mod-servicelinks li.servicelinks-tits:before{ display: none;}

.mod-servicelinks li.servicelinks-tits:hover{ background: none;}

/*快速入口结束*/

/*业务服务开始*/
.ser-tab{ text-align: center;}
.ser-tab ul{background: url(../images/com-tit-bg.png) repeat-x left bottom; padding-bottom: 28px;}
.ser-tab *{ display: inline-block; font-size: 30px;  color: #333;}
.ser-tab li{ padding: 0 32px;  cursor: pointer;}
.ser-tab li.cr *{ font-size:36px; color:#0f4c81;}

.mdbox-l{ width: 650px;box-sizing: border-box; float: left; box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); }
.mdbox-r{ width: 630px; padding: 25px 20px 5px 20px; box-sizing: border-box; float: right; box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); }
.ser-info .mdbox-l,.ser-info .mdbox-r{ height:392px;}
.ser-info .mod-news-3 ul li{ height: 70px; line-height: 70px;}
.ser-info .mod-news-3 ul li:after{ top: 30px;}

.s-link a{ display: inline-block; text-align: center; float: left;height: 120px; line-height: 120px; width: 50%; box-sizing: border-box;}
.s-link a span{color: #000; font-size: 18px;}
.s-link img{ vertical-align: middle; display: inline-block; width: 45px; height: 45px; margin-right: 22px;}
.s-link a.s-ico1,.s-link a.s-ico3{ padding-left: 0;/* margin-right: 45px; padding-right: 45px;*/ /*border-right: 1px solid #f5f5f5;*/ position: relative;}
.s-link a.s-ico3,.s-link a.s-ico4{ /*border-top: 1px solid #f5f5f5;*/}
.s-link a:hover span{color:#0f4c81;}
.s-link a.s-ico1:after{ position:absolute; content:"";width: 1px; background: #eee; height: 35px; right: 0; top: 50%; margin-top: -16px; }

.s-link2{ padding: 10px 20px 20px 20px; height: 100%; overflow: hidden;}
.s-link2 a{height:80px; line-height:80px; text-align: left; padding-left: 40px!important;border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.s-link2 a.s-ico1:after{ display: none;}

.s-link2 a.s-ico2,.s-link2 a.s-ico4{ border-right: none;}
.s-link2 a.s-ico3,.s-link2 a.s-ico4{border-bottom: none;}

.cur-tits2{background:url(../images/m-icon15.png)  no-repeat; padding-left: 80px; height: 55px; line-height: 55px; font-size: 24px; color: #0f4c81; margin-bottom: 22px; }

.mod-news-15 ul li{ position: relative; padding-left: 90px; height: 70px; line-height: 70px; overflow: hidden; border-top:1px solid #eee;}
.mod-news-15 ul li a{ font-size: 16px; color: #333333;}
.mod-news-15 ul li cite{ position: absolute; left:0; top: -3px; font-family: "arial" }
.mod-news-15 ul li cite i{font-size: 18px; color: #666;}
.mod-news-15 ul li cite span{ font-size: 36px; color: #333;}
.mod-news-15 ul li a:hover{color: #0f4c81;}
.notice-tab{margin-bottom: 20px;/*border-bottom:1px solid #eee; padding-bottom: 20px;*/}
.notice-tab span{font-size: 24px; color: #999; margin-right: 40px; padding-bottom: 15px; display: inline-block; cursor: pointer;}
.notice-tab span.active{ color: #0f4c81; border-bottom:4px solid #0f4c81;}
.mod-exams .mdbox-r{ padding-bottom: 5px; overflow: hidden;}
.mod-exams .mod-news-3 ul,.mod-selflist .mod-news-3 ul{ margin-top:0;}

.mod-selflist .mdbox-l{padding: 25px 20px 5px 20px; }

.cur-tits3{background:url(../images/nico6.png)  no-repeat; height: 50px; line-height: 50px; padding-left: 68px; color: #333; padding-bottom:5px;}
.cur-tits4{background:url(../images/nico7.png)  no-repeat;height: 50px; line-height: 50px;padding-left: 68px;color: #333;padding-bottom:5px;}

/*首页图片新闻*/
.layer-7{ float: left;}
.layer-7,.mod-indexnews .industry-swiper-container-pic{ width: 650px;}
.mod-indexnews .industry-swiper-container-pic .pic{ padding-top:62%;}
.mod-indexnews .industry-swiper-container-pic .mark{ font-size: 28px; width: 112px; background: #0f4c81; height: 90px;}
.mod-indexnews .industry-swiper-container-pic .content{ color: #333; height: 90px; position: static; background: #fff; padding-left: 128px; padding-top: 18px; font-size: 18px; box-sizing: border-box; }
.mod-indexnews .industry-swiper-container-pic .content .time{ font-size: 16px; color: #999;}
.mod-indexnews{background:url(../images/qsbg.jpg) center 0 no-repeat;}
.com-tit15{ margin-bottom: 70px; position: relative;}
.com-tit15 span{ font-size: 30px; color: #fff; }
.com-tit15 a,.news-tab .tab-more a{ cursor: pointer;position: absolute; right: 0; top: 6px;  display: block; width: 30px; height: 30px; line-height: 9999px; overflow: hidden;background:url(../images/bt_r1.png) right 0 no-repeat;}

.layer-8{ width: 630px; float: right;}
.news-box{ background: #ffffff; padding:30px 20px 20px 20px;}
.news-tab{margin-bottom: 70px; position: relative;}
.news-tab span{ cursor: pointer;font-size: 30px; color: #fff; margin-right: 48px; position: relative;}
.news-tab span a{}
.news-tab .tab-more{ position: absolute; right: 0; top: 6px; width: 30px; height: 30px;}
.news-box .mod-news-3 ul{ margin-top: -15px;}
.news-tab span.active:after{ content:""; width: 100%; position: absolute; left: 0; bottom: -15px; border-bottom: 4px solid #fff;}
.news-tab .tab-more a{ position: static;}

/*上市品种*/
.mod-market{background:url(../images/marketbg4.jpg) center 0;}

.market-prowrap{ margin-right: -20px; }
.market-prowrap .item-cell{ width: 420px; float: left; margin-bottom: 20px; margin-right:20px; position: relative;}
.market-prowrap .item-cnt{position: absolute; bottom: 0; left: 0; right: 0;}
.market-prowrap .item-pic {}
.market-prowrap .item-pic img{  height:277px; width:420px;}
.market-prowrap .item-tit *{ }
.market-prowrap .item-tit{ }
.market-prowrap .item-tit a{height: 70px; line-height: 70px; color: #fff; display: block; background: rgba(0,0,0,.5); font-size: 24px; text-align: center; cursor: pointer;} 
.market-prowrap .item-cell:hover .item-cnt .item-tit a{ height: 277px; line-height: 277px;}

/*首页市场行情*/
.market-tab{ margin-bottom: 20px; white-space: nowrap;}
.market-tab li{ background:#eee; display: inline-block; width: 105px; height: 32px; line-height: 32px; text-align: center; font-size: 16px;  vertical-align: bottom; cursor: pointer;}
.market-tab li.active{ color: #fff; background: #0f4c81; height: 36px; line-height: 36px; font-size: 16px;}
.mod-table-9.mod-table-10 thead th{ font-size: 16px; color: #333; font-weight: bold;}
.mod-table-9.mod-table-10 tbody td{ font-size: 16px;}
.qh-trend{ position: relative;}
.qh-trend>span{ font-size: 16px; margin-top: 14px; margin-left: 15px; color: #333; float: left;}
.qh-trend>span:before{ vertical-align: middle;width:30px; height:3px; background: #d21111; content: "";  display: inline-block; margin-right: 8px;}
.qh-trend .trend-sel{ float: right; margin-right: 55px; margin-top:5px;}
.qh-trend .trend-sel .sel-1{ width:130px; display:inline-block; margin-right:5px;}
.qh-trend .trend-sel .sel-2{ width:130px;display: inline-block;}
.qh-trend .long-selects div.select-block{    border: 1px solid #eee; background: #fff;}
.qh-trend .qh-more a{ display: block;width: 30px; height: 30px; background:url(../images/mores_r1.png) center 0 no-repeat;}
.qh-trend .qh-more{ position: absolute; right: 0; top: 8px;}
.trend-chart{ width:630px; height: 340px; margin-top: 16px;  }
.data-totaltit{ font-size:20px; color:#333; text-align: center; margin-bottom:35px;}
.strend-total{ width: 630px; height: 500px;}
.month-days{ padding-top: 30px;}
.month-days ul{  overflow: hidden; }
.month-days ul li{ margin-top: -2px; margin-left: -2px; width: 33.33%; float: left; height: 235px; text-align: center; padding:45px 10px 0 10px;   box-sizing: border-box; border-top: 1px solid #eee; border-left: 1px solid #eee;}
.month-days ul li img{ margin: 0 auto;}
.month-days ul li h3{ margin: 15px 0; font-size: 14px; color: #333; font-weight: normal;}
.month-days ul li i{ font-size: 30px; color: #0f4c81;}

.ser-info{ min-height: 412px;}


/*内页banner图*/
.mode-banner{ width:100%; position:relative; overflow:hidden;}
.banner-cnt{ float:left; position:relative; right:50%;}	
.mode-inner{float:left; position:relative; left:50%;}
.mode-inner img{ max-width:none; display:block;}
.inner-wrapcur{ position:absolute; bottom:60px; left:0; right:0;}
.inner-wrapcur *{ color: #fff;}
.curmenu{ font-size:48px; font-weight:bold; color:#fff;}
.cur-locals{  line-height: 59px; font-size: 12px;}
.cur-locals span{ color:#fff; margin:0 4px; font-weight: bold;}
.cur-locals a{margin:0 4px; font-size: 12px;}
.cur-locals a:hover{color:#ff0713;}
.mode-banner2 .inner-wrapcur{ bottom: 0;}

.banner-text{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.banner-text .layer-wrapper{
    height:100%;
}
.banner-text .mod-table{
    height:100%;
}
.banner-text .curmenu{
    position: relative;
}
.banner-text .curmenu .cur{
    line-height: 1;
}
.banner-text .curmenu .crumb{
    font-size:14px;
    font-weight: normal;
    position: absolute;
    top:100%;
    margin-top:20px;
    right: 0;
}


/*底部*/
.footer{ background:#222933; }
.mod-copy{ background:#191f27;}
.bom-logo-wrap{  position: relative; z-index: 5;  top: -70px; }
.bom-logo{float:left;}
.bom-logo img{ }
.fot-r { float: right;text-align: right; padding-top: 120px;}
.fot-r>*{ display: inline-block;}
.copys{ height: 68px; line-height: 68px;}
.copys *{color: #fff; opacity: .6;}
.copys span{ float: right;}
.H45 {height: 45px;}
.focus{ display: inline-block; margin: 0 10px; position: relative; vertical-align: middle;}
.focus i{ display: none; position: absolute; bottom: 50px;}
.focus i{ width: 110px; left: 50%; margin-left: -70px; height: 110px; max-width: none; padding: 8px; background: #fff;} 
.focus i:after{    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -5px;
    border-top: 10px solid #fff; }
.focus:hover i{ display: block;} 
.links-t{ margin-right: 3px;}
.links-t a{ font-size: 16px; color: #fff; opacity: 0.8}
.links-t a:hover{ opacity: 1;}
.bom-links{ position: relative;}
.bom-links ul{ display: none;text-align: left; position: absolute; width: 218px; height: 180px; overflow-y: auto;  background: #fff;left: 0; top: 36px; /*border-radius:4px;*/ padding: 10px; box-sizing: border-box;  }
.bom-links ul li{  height:32px; line-height: 32px; border-bottom: 1px solid #f9f9f9;}
/**/.bom-links:hover ul{ display: block; }
.bom-links ul li:hover *{ color: #0f4c81;}
.bom-linkstit{ width: 218px; height: 36px; line-height: 36px; text-align:left; /*border-radius:36px;*/  border: 1px solid #919499; color: #fff; box-sizing: border-box; padding: 0 15px; position: relative; font-size: 14px; }
.bom-linkstit span{opacity: 0.8;}
.bom-linkstit:hover span{ opacity: 1;}
.bom-linkstit:after{ position: absolute; right: 10px; top: 14px; color: #fff;content: ""; /*content: "\e74a";*/ /*content: "\e749"; */  font-family:"iconfont" !important;
  font-size:16px; display: inline-block; width: 15px; height: 9px; vertical-align: middle;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;background: url(../images/arrows_1.png) 0 center no-repeat;}

.bom-contacts{  position: relative; top: -18px; margin-bottom: 26px;}
.bom-contacts *{ font-size: 16px; color: #fff;}

.bom-contacts span{ margin-right: 110px; padding-left: 32px;background:url(../images/tel_icon1.png) 0 center  no-repeat; vertical-align: top; opacity: .8; min-height: 25px;}
.bom-contacts span.bom-addr{ margin-right:0;background:url(../images/map_icon.png) left 0 top  4px no-repeat; position: relative; left: 12px;}
.bom-contacts span.bomsites{background:url(../images/map_icon3.png) left 0 top  4px no-repeat;}
.bom-contacts span.bom-tel{ width: auto; display: inline-block;}
.bom-contacts span.complaint-ico{background:url(../images/ts_ico.png) 0 center  no-repeat; display: inline-block;  width: auto;}
.bom-contacts span.bom-addr{ width: auto; display: inline-block;}
.map-site{ text-align: center; /*margin-top: 35px;*/ margin-top: 0; }
.map-site span{ background: #0f4c81; color: #fff; text-align: center; display: inline-block; width: 120px; height: 36px; line-height: 36px; font-size: 16px;  cursor: pointer;}
.map-site span:after{  color: #fff; content: "";/*content: "\e74a";*/ /*content: "\e749"; */  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; margin-left: 8px; width: 16px; height: 40px; display: inline-block;
background: url(../images/arrows_11.png) 0 center no-repeat; vertical-align: middle;

}



.map-site.map-unfold span:after{/*content: "\e749";*/  background: url(../images/arrows_10.png) 0 center no-repeat;}

.site-nav{ padding: 30px 0; overflow: hidden; display: none; border-top: 1px solid #393f48}
.bom-nav{ float: left; margin-right:105px;}
.site-nav-inner{ margin-right: -105px;}

.bom-nav .bom-navtits{ font-size: 16px; color: #fff; margin-bottom: 12px;}
.bom-nav li *{ color: #fff; font-size: 12px;}
.bom-nav li:hover *{opacity:1;}
.bom-nav li{ line-height: 24px;}
.bom-nav li span{opacity:.7;}
/*考试测试中金所杯*/
.grey-bg{ background:#eee;}
.H50{ height: 50px;}
.H125 {height: 125px;}
.nav-tab{ margin-right: -6px; text-align: center;}
.nav-tab li{ width: 180px; height:140px; background: #fff; float: left; margin-right: 6px;
}
.nav-tab li span,.nav-tab li i{  display: block; width: 55px; margin: 0 auto;}
.nav-tab li i{ display: none;}
.nav-tab li a{ display: block; padding-top: 28px;width: 180px; height:140px; box-sizing: border-box; }
.nav-tab li a h3 {color: #0f4c81; font-size: 16px; padding-top: 10px; font-weight: normal;}

.nav-tab li:hover a h3,.nav-tab li.active a h3{color:#fff;}
.nav-tab li:hover a i,.nav-tab li.active  a i{ display: block;}
.nav-tab li:hover a span,.nav-tab li.active  a span{ display: none;}
.nav-tab li:hover,.nav-tab li.active{ background: #0f4c81; }

/*中金所杯*/
.ds-intr{}
.ds-intr .item-cell{ border: 1px solid #f9f9f9;/*box-shadow: -5px 0 5px rgba(0,0,0,0.06), 2px 0 2px rgba(0,0,0,0.06), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06);*/
}
.ds-intr2 .item-cell{ border: none;}
.ds-intr .item-cnt{ width: 670px;height:353px;  float: left; box-sizing: border-box; padding: 20px;}
.ds-intr .item-pic {width:628px; float: left;}
.ds-intr2 .item-pic{ width: auto; float: none;}
.ds-intr2 .item-cnt{ width: auto; float: none; padding: 20px 0 0 0;}
.ds-intr .item-pic img{  height:353px; width:628px; display: block;}
.ds-intr2 .item-pic img{ width: auto; height: auto;}
.ds-intr2 .item-cnt{ height: auto;}
.ds-intr2 .item-mores{ margin-top: 15px;}
.ds-intr2 .item-mores a{ background: #0f4c81; text-align: center; display: inline-block; color: #fff; width: 145px; height: 40px; line-height: 40px; border-radius:5px; 
}
.ds-intr .item-tit *{ }
.ds-intr .item-tit{ }
.ds-intr .item-desc,.ds-intr .item-desc *{  font-size:16px; color:#333; line-height: 30px;}
.ds-intr .item-desc *{}

.mod-enrollintr{ background: url(../images/exam_bg.jpg)  center 0;}

/*报名须知开始*/
.enroll-cnt{ margin-right: -55px; }
.enroll-cnt .item-cell{ width: 622px; float: left; margin-right: 55px; margin-bottom: 25px;}
.enroll-cnt .item-tit span{background: url(../images/enroll_bg.png)  right 0 no-repeat; display: inline-block; height: 34px; line-height: 27px; padding-right: 30px; padding-left: 10px; min-width:96px; text-align: center; color: #fff; font-size: 16px;}
.enroll-cnt .item-desc{ font-size: 16px; line-height: 28px; color: #333;margin-top: 20px;}
.enroll-cnt .blue-css{ display: block; margin-bottom:15px; color: #0f4c81;}
/*报名须知结束*/

.type-tab{ margin-right:-20px; margin-bottom: 40px;}
.type-tab .item-cell{ width:200px; height:116px; border-radius:8px; overflow: hidden;position:relative; float: left; margin-right: 20px;}
.type-tab .item-cnt{ position:absolute; width:100%; height:40px;  bottom:0; background:rgba(0,0,0,.5); padding: 0 8px; box-sizing: border-box; }
.type-tab .item-pic { }
.type-tab .item-pic img{ width:200px; height:116px; }
.type-tab .item-tit *{ font-size: 16px; color: #fff; }
.type-tab .item-tit{ text-align: center; display: table; height: 100%;width: 100%;}
.type-tab .item-tit a{ display: table-cell; height: 100%; vertical-align: middle; width: 100%;}
.type-tab .active .item-cnt{ height: 100%;}


.pro-cnts{ }
.pro-cnts .item-cell{ background: #0f4c81; height:257px;  overflow: hidden;box-shadow: -6px 0 6px rgba(15,16,129,0.06), 6px 0 6px rgba(15,16,129,0.06), 0 -6px 6px rgba(15,16,129,0.06), 0 6px 6px rgba(15,16,129,.06);
}
.pro-cnts .item-cnt{ width: 650px; padding: 25px 25px; box-sizing: border-box; float: left;}
.pro-cnts .item-pic { width: 650px; float: left;}
.pro-cnts .item-pic img{  height:257px; width:650px;}
.pro-cnts .item-tit *{ font-size: 18px; }
.pro-cnts .item-tit{font-size: 18px; margin-bottom: 20px; }
.pro-cnts .item-cnt *{ color: #fff;}
.pro-cnts .item-desc{ line-height: 24px; height: 92px; overflow: hidden;}
.pro-cnts .item-more{ margin-top: 24px; text-align: right;}
.pro-cnts .item-more a{ width: 170px; display: inline-block; background: #ffffff;height:40px; line-height: 40px; text-align: center; color: #0f4c81; border-radius:5px; }
.pro-cnts .item-more a:after{ content: ""; width: 7px; height: 11px;  vertical-align: middle;background: url(../images/ar_ico.png) no-repeat; display: inline-block; margin-left: 8px; position: relative; top: -1px;}

/*最新发布*/
.mod-news-2{ background:#fafafa; height:100%; overflow:hidden; position: relative;}
.mod-news-2 ul{ margin-top: -1px;}
.mod-news-2 ul li{ margin: 0 2.5%; width:45%; box-sizing: border-box; height: 80px; line-height: 80px; float: left; border-top: 1px solid #f2f2f2; padding-right: 100px; position:relative; overflow: hidden;}
.mod-news-2 ul li a{ font-size: 16px; color: #333;}
.mod-news-2 ul li a span{ position: absolute; right: 0; top: 0; color:#999;}
.mod-news-2 ul li a:hover,.mod-news-2 ul li a:hover span{color: #0f4c81; }
.mod-news-2:after{  position: absolute; content: ""; left: 50%; top: 25px; bottom: 25px;  border-left: 1px solid #dcdcdc;}


/*风险提示弹出层开始*/

.boxlayer{ background:rgba(0,0,0,.5); left: 0; top: 0; z-index: 99999; position: fixed;  width: 100%; height: 100%;}
.box-inner{ width:605px; height:320px; background:#0f4c81; border-radius:10px;  left: 50%; top: 50%; margin-left: -302px; margin-top: -160px; position: absolute;}
.warntips{  font-size: 24px; color: #fff; text-align: center; padding-top: 155px;
background: url(../images/wran_ico.png)  center 0 no-repeat; margin-top: -36px; line-height: 43px;
}
.warn-btn { text-align: center; margin-top:35px;}
.warn-btn span{ width: 180px; height: 48px; line-height: 48px; text-align: center; border:1px solid #6f94b3; border-radius:10px; display: inline-block; color: #fff; font-size: 18px; }
.warn-btn i{ padding: 0 7px;}
/*风险提示弹出层结束*/
.box-right{ z-index: 9999; position: fixed; right: 10px; bottom: 20%; width:180px; height:140px; background: #fff; border-radius:10px;box-shadow: -5px 0 5px rgba(0,0,0,0.06), 5px 0 5px rgba(0,0,0,0.06), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06); padding: 20px; box-sizing: border-box; line-height: 24px; }
.box-right h3{ margin-top:-40px; background: url(../images/wran_ico2.png)  0 bottom no-repeat;font-size: 18px; display: block;font-weight: normal; color: #c90915; padding-top: 38px; padding-left:68px; white-space: nowrap; margin-bottom: 10px;}

.timeBar label,.timeBar span{ display: none;}
.timeBar .ss{ display: inline;}
/*研究与出版开始*/
.layer-l3,.layer-r3{ width: 640px; min-height: 420px; box-sizing: border-box; float: left; border: 1px solid #eee;box-shadow: -5px 0 5px rgba(0,0,0,0.02), 5px 0 5px rgba(0,0,0,0.02), 0 -5px 5px rgba(255,255,255,0.02), 0 5px 5px rgba(0,0,0,0.02); padding: 30px 20px 20px 20px;}
.layer-r3{float: right;}
.com-tit5,.com-tit6{font-size:30px; border-bottom: 1px solid #e7e7e7; padding-bottom: 20px; margin-bottom: 20px;}
.com-tit6{ border-bottom: none; padding-bottom: 0; margin-bottom: 25px;}
.com-tit5 a {
    float: right;
    line-height: 30px;
    color: #0f4c81;
    font-size: 14px; margin-top:8px;
}
.com-tit5 a:after{
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.project-intr{ color: #333; font-size: 16px; line-height: 29px;}


.mod-news-3{ background: no-repeat;}
.mod-news-3 ul{ margin-top: -20px;}
.mod-news-3 ul li{ float: none; width: 100%; padding-left: 26px;  height: 76px; line-height: 76px; margin: 0;}
.mod-news-3:after{  display: none;}
.mod-news-3 ul li:after{ width:8px; height:8px; background:#c2c2c2; border-radius:2px; content: ""; position: absolute; left: 0; top:35px;}


.mdlinks{background: url(../images/gu_rule.png)  center 0 no-repeat; height: 120px; line-height: 120px;}
.mdlinks a{ font-size: 30px; color: #fff; display: block; float: left; width: 50%; box-sizing: border-box; padding-left: 64px;background: url(../images/maicon1.png)  0 center no-repeat;}
.mdlinks a.link-2{ padding-left:105px;background: url(../images/maicon2.png)  left 35px center no-repeat;}
.mdlinks a span{ height: 120px; display: block;background: url(../images/arr1.png)  right 35px center no-repeat;}
.mdlinks a.link-2 span{background: url(../images/arr1.png)  right 0 center no-repeat;}

/*研究与出版列表*/
.mod-publish{ margin-right: -20px; }
.mod-publish .item-cell{box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1); width: 420px; float: left; margin-right: 20px; margin-bottom: 20px; background: #ffffff;}
.mod-publish .item-pic {height:520px; overflow: hidden;}
.mod-publish .item-pic img{  height:520px; width:420px;}
.mod-publish .item-tit *{ font-size: 16px; color: #333; }
.mod-publish .item-tit{ text-align: center; height: 65px; line-height: 65px; overflow: hidden;}

/*研究与出版结束*/

.layer-l4{ width: 630px; float: left;}
.layer-r5{ width: 590px; float: right;}
.date-right{ width: 142px; float: right;}
.fut-tab{  margin-left: -18px; color: #0f4c81; margin-bottom: 35px;}
.fut-tab a{ font-size: 18px; color: #999; margin: 0 18px;}
.fut-tab a.active{  font-weight: bold; color: #333;}
.date-left{  float: left; }
.date-left a{ font-size: 16px;  width: 80px; text-align:  center;height: 36px; line-height: 36px; background: #eee; display: inline-block; cursor:pointer;}
.date-left a.active{ background: #0f4c81; color: #fff;}

.mod-echarts{ width: 630px; height: 500px;}
.tran-volumechart{ width: 590px; height: 420px;}
.chart-infos{ height: 0; overflow: hidden;}
.chart-cr{ height: auto; overflow: hidden;}


/*下拉框*/
.long-selects{ position:relative;width: 100%; height: 38px; display: inline-block; /*float:left;*/ _display:inline; z-index:38; vertical-align: middle; }
div.select-main{ width:100%;height:32px; line-height:32px; border: 1px solid #ccc; position:relative;box-sizing: border-box; }
div.select-set{  width:100%;height:30px; line-height:30px; padding-left:12px;box-sizing: border-box;  background:none; font-size:16px; color:#666666;   }
.long-selects div.select-arrow{
border:none; width:30px; height:30px;
top:0; right: 0; background: url(../images/downico.png) no-repeat;/**/ position:absolute; }
/*.long-selects div.select-arrow:after{    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
       content: "\e74a"; color: #999;
    right: 30px; font-weight: bold;
    top: 0;}*/


.long-selects div.select-arrow.reverse{border:none;}
.long-selects  div.select-set{ border-radius:0;}
#search-sel div.select-arrow{right:5px;}
.long-selects div.select-block{ background:#f9f9f9;border: 1px solid #a4a7a9;  color:#a9b5c5;border-radius:0; width:100%; margin-top:0; margin-left: -1px; max-height: 250px; overflow-y:auto;
 position: absolute; left: 0;
}
.long-selects li.select-items{ font-size:14px; color:#333; text-align:left; border-bottom:1px solid #fefefe; padding:2px 7px 2px 12px; margin-bottom: 0px;}
.long-selects li.select-items:hover, .sel-room li.select-items.active{ background:#0f4c81; color:#fff;}
.long-selects ul.select-list{ padding-bottom:0; margin-bottom:0;}
.volume-select{ text-align: right; margin-top: 60px; margin-bottom: 50px;}
.volume-select .sel-1{ width: 150px; margin-left: 10px; display: inline-block; text-align: left;}
.volume-select .sel-2{ width: 180px; margin-left: 10px; display: inline-block;text-align: left;}
.units{ color: #999; font-size: 14px; margin: 30px 0 0 25px;}



/*数据为空状态*/
.empty{ text-align: center; margin: 90px 0;}
.empty img{ width: 100px; height: auto;}
.empty h3{ font-size: 14px; color: #007bc8; font-weight: normal;}


/*业务办理-会员管理开始*/

/*会员规则*/
.mod-rluelinks{ margin-right:-20px; }
.mod-rluelinks .item-cell{ width:420px; height:138px; display: block; float: left; background:url(../images/memgz_bg.png); margin-right: 20px; text-align: center;}
.mod-rluelinks .item-cell span{ color: #0f4c81; font-size: 28px; display:inline-block; margin:40px 0 0 0; padding-left: 60px; height: 50px; line-height: 50px;
background:url(../images/memico1.png) 0 center no-repeat;}
.mod-rluelinks .item-2 span{background:url(../images/memico2.png) 0 center no-repeat;}
.mod-rluelinks .item-3 span{background:url(../images/memico3.png) 0 center no-repeat;}
.mod-rluelinks .item-cell a{width:424px; height:138px; display: block; border-left:6px solid #0f4c81;}
.mod-rluelinks .item-cell:hover{background:#0f4c81;}
.mod-rluelinks .item-1:hover  span{background:url(../images/memico1hover.png) 0 center no-repeat; color: #fff;}
.mod-rluelinks .item-2:hover  span{background:url(../images/memico2hover.png) 0 center no-repeat; color: #fff;}
.mod-rluelinks .item-3:hover  span{background:url(../images/memico3hover.png) 0 center no-repeat; color: #fff;}

.guide-bg{ background:#eee; padding: 40px 0; text-align: center;}
.guide-bg img{ display: inline-block;}

/*会员公示*/
.mod-public{background:url(../images/membg2.jpg) 0 0 no-repeat; height:220px;}
.mod-public .item-cell{ float:left;  width: 25%; padding-top:70px;height:220px; box-sizing: border-box;  text-align: center;background:url(../images/mem_line2.png) right center no-repeat;}
.mod-public .item-4{ background: none;}
.mod-public .item-cell *{ color:#fff; }
.mod-public .item-cell span{ font-size:18px;}
.mod-public .item-cell span i{ font-size: 40px; padding-right:8px;} 
.mod-public .item-cell h3{ font-size: 18px; font-weight: normal; padding-top: 18px;}

/*入会咨询*/
.mod-consulting{padding-left: 215px; min-height: 100px;background:url(../images/email_icon1.png)  30px 20px no-repeat; position: relative; padding-top: 20px;}
.mod-consulting:after{  content: ""; left: 150px; top: 0; position:absolute; height: 113px; border-left: 1px solid #d2d2d2;}
.mod-consulting li{ float: left; min-height: 30px; line-height: 30px; margin-right: 50px; margin-bottom: 20px; padding-left: 40px; font-size: 16px;}

.mod-consulting li.cons-ico1{background:url(../images/ct_ico1.png) 0 0 no-repeat; min-width: 180px; margin-right: 40px;}
.mod-consulting li.cons-ico2{background:url(../images/ct_ico2.png) 0 0 no-repeat;}
.mod-consulting li.cons-ico3{background:url(../images/ct_ico3.png) 0 0 no-repeat;min-width: 200px;}
.mod-consulting li.cons-ico4{background:url(../images/ct_ico4.png) 0 0 no-repeat; min-width: 180px;margin-right: 40px;}
.mod-consulting li.cons-ico5{background:url(../images/ct_ico5.png) 0 0 no-repeat;}



/*业务办理-会员管理结束*/



/*业务办理-风险管理业务开始*/

/*通知公告*/
.layer-notices{ min-height: 405px; padding-bottom: 0; background: #fff;}
.notices-date{ margin-bottom: 20px; margin-top: 40px;}
.notice-tits,.notice-tits *{ font-size: 18px; color: #333;}
.notice-tits{ height: 50px; margin-bottom: 15px;}
.notice-cnt,.notice-cnt *{ font-size: 16px; line-height: 28px; color: #666;}
.notices-date{ color: #999999;}
.notices-date a{ float: right; display: inline-block; width: 112px; height: 40px; background: #0f4c81; border-radius:8px; color: #fff; text-align: center; line-height: 40px;}
.notices-date span{ float: left; padding-top:10px;}
.notices-date a:after{
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.wrapservice{ position: relative;}
.process-bt2{ position: absolute; right: 0; top: 0;}
.process-bt1,.process-bt2{ background: #f0f0f0; width: 640px; height: 80px; line-height: 80px;}
.process-bt1 span,.process-bt2 span{ font-size: 24px;  color: #333; padding-left: 30px; float: left;}
.process-bt1 a,.process-bt2 a{ float: right; margin-right: 30px; color: #666666;}
.process-bt1 a i,.process-bt2 a i{ display: none;}
.process-bt2{ float: right;}
.process-bt1 a,.process-bt2 a{ padding-right: 28px;background:url(../images/unflodico.png) right center no-repeat; cursor: pointer;}

.service-imgs{ display:none;}
.process-cr a i{ display: block;}
.process-cr a em{ display: none;}
.process-cr a{background:url(../images/flodico.png) right center no-repeat;color: #0f4c81; text-decoration: underline;}
.exam-quick-link.split-5 .item1{
    float: left;
    width: 409px;
	height: 140px;
    box-sizing: border-box;
	padding-right:70px; 
}
.exam-quick-link.split-5 .item2{
    float: right;
    width: 870px;
	height: 140px;
	padding-right:30px;
    box-sizing: border-box;
}
.split-5.exam-quick-link{ margin-right: 0;}
.split-5.exam-quick-link .inner{ height: 140px; background: none;}
.split-5.exam-quick-link .item1{ background: url(../images/servicebg1.jpg) no-repeat left center;}
.split-5.exam-quick-link .item2{background: url(../images/servicebg2.jpg) no-repeat left center;}
.split-5.exam-quick-link .inner .title{  width: 100%;}
.split-5.exam-quick-link .inner .title{}
.split-5 .mod-table>.mod-td{ text-align: right;}

.mod-public2{background: url(../images/date_1.jpg) no-repeat center center;}
.mod-public2 .item-cell{ width: 250px;background: url(../images/line4.png) right center no-repeat;}
.mod-public2 .item-4{ background: none;}
.mod-public2 .item-0{ width: 280px;background: none; padding-top: 85px;}
.mod-public2 .item-0 *{ font-size: 22px!important;}
.mod-public2 .item-cell h3{ padding-top: 4px;}
.mod-public2 .item-1 a{background: url(../images/unflodico1.png) right center no-repeat; padding-right: 35px;}

/*备案信息公示*/
.mod-bg3{background: url(../images/gs_bg1.jpg) center center;}
.layer-l30{ width: 640px; float: left;}
.layer-r30{ width: 640px; float: right;}
.com-tit7{ padding-bottom: 20px; overflow: hidden;}
.com-tit7 span{ font-size:24px; line-height: 24px; border-right: 4px solid #0f4c81; padding-right: 10px;}
.com-tit7 a{ float: right; margin-top:4px; font-size: 14px; color: #0f4c81;background: url(../images/ar_ico.png) right center no-repeat; padding-right: 10px;}

/*业务办理-风险管理业务结束*/

/*业务办理-资产管理业务开始*/

.mod-rules{ background:#fff; width: auto; float: none;min-height: 200px;}
.mod-rules .mod-news-3{ }
.mod-rules .mod-news-3 ul{margin-right:-65px; margin-top: 0;}
.mod-rules .mod-news-3 li{width:595px; float:left; margin-right:65px;}
.com-tit9{ background:#0f4c81; border-top:3px solid #0f4c81; height:60px; color:#fff; line-height: 60px; box-sizing: border-box;}
.com-tit9 span{ display: block;font-size: 18px; padding: 0 55px; background: #fff; color: #0f4c81; line-height: 57px; float: left;}
.com-tit9  a{ float:right; margin-right:15px;}
.com-tit9 a:after {
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.totel-tab{ margin-bottom:30px;}
.totel-tab span{ font-size: 24px; vertical-align:middle; cursor:pointer; }
.totel-tab em{ padding:0 18px;font-size: 18px; vertical-align:middle; color:#d9d9d9;}
.totel-tab i{  float: right;  color: #454545;}
.totel-tab span.active{color:#0f4c81;}
.totel-tab span:nth-child(1):after{content: "|"; line-height: 18px; padding:0 18px;font-size: 18px; vertical-align:top; color:#d9d9d9;}

.total-data{ height: 320px;background: url(../images/date_bg2.jpg) 0 0 no-repeat;}
.overall{ width:370px; float:left;height: 320px; color: #fff; text-align: center;}
.overall h3{ padding-top:120px; margin-bottom:2px; font-size:40px; font-weight: normal;}

.data-rights{ width: 900px;  float: left; color: #fff;}
.data-rights .data-cell{ margin-top: 55px; width: 20%; height: 70px; float: left; text-align: center; }
.data-rights .date-line{margin-top: 67px; width: 0; opacity: .5; float: left;margin-left: -1px; height: 70px; border-left: 1px solid #fff;}
.data-rights .data-cell h3{ font-size: 40px; margin-bottom: 5px; font-weight: normal;}
.data-rights .data-cell span{ font-size: 18px;}
.total-data .data-rights .data-cell{ height: 90px;}
/*业务办理-资产管理业务结束*/

/*关于协会-组织架构开始*/
.org-tit1{ position: relative; z-index: 8;}
.org-tit{ padding-bottom: 32px; text-align: center; position: relative;}
.org-tit em{ width: 310px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #5593ce; font-size: 24px; display: inline-block; }
.org-tit span{ display: inline-block; padding: 4px; border: 1px solid #9fb7cd;} 
.org-tit:after,.org-left:after,.org-right:after,.org-tit2:after,.org-types2:after{ content: ""; position: absolute; height: 32px; bottom: 0; left: 50%; border-left: 1px solid #9fb7cd;}
.org-tit:before,.org-left:before,.org-right:before,.org-tit2:before,.org-types2:before{ content: ""; position: absolute;left: 50%;bottom: -3px; width:6px; height:6px; border-radius:6px; background:#e1e1e1; margin-left: -4.5px; border:2px solid #fff; z-index: 9;}
.org-tit1:before{background: #9fb7cd;}
.org-left{ width:285px; float:left; border-top: 1px solid #e1e1e1; padding-top: 20px; position:relative;}
.org-right{ width: 615px; float: left; padding-left: 30px; box-sizing: border-box;border-top: 1px solid #e1e1e1;padding-top: 20px;position:relative;}

.org-left:before,.org-right:before{ top: -5px;}
.org-types2:before{top: -10px;}
.org-types2:after{top: 0; height: 22px; border-left: 1px solid #e1e1e1;}
.org-right:before{ margin-left: 11px;}
.org-right:after{margin-left: 15px;}
.org-left:after,.org-right:after{ top: 0; height: 20px; border-left: 1px solid #e1e1e1;}
.org-tit2{ padding-bottom: 30px; position: relative; margin-bottom: 5px;border-bottom: 1px solid #e1e1e1;}

.org-tit2 span{width:285px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #1b6099; padding: 5px; box-sizing: border-box; font-size: 24px; display: inline-block;}
.org-tit2  em{ display: block; border: 1px solid rgba(255,255,255,.2);height: 38px; line-height: 38px;}
.org-right .org-tit2 span{ width: 100%;}
.org-tit2:after{border-left: 1px solid #e1e1e1; height: 28px;}
.org-tit3 span{ background: #0f4c81;}
.org-left .org-types .org-cell{ }
.org-left .org-types .org-cell .org-t1,.org-types2 .org-cell{  text-align: center;background:#f6f6f6; height:60px; line-height:60px; color:#333; font-size: 16px; padding: 0 15px;border-top: 2px solid #ffffff; position: relative;cursor: pointer;}
.org-left .org-cnt{border-top: 2px solid #ffffff; background:#eef4fa; padding: 15px; font-size: 14px; color: #666; line-height: 200%;}
.org-left .org-cnt *{ font-size: 14px; color: #666; line-height: 180%;}
.org-left .org-types .active{border-top: 2px solid #0f4c81;border-bottom: 2px solid #0f4c81;}
.org-left .org-cell .org-cnt{ display: none;}

.org-left .org-types .org-cell .org-t1:after{ font-size: 24px; position: absolute; content: "+"; right: 15px; top: 0; color: #c6c6c6; line-height: 55px;}

.org-left .org-types .active .org-t1:after{content: "-"; color: #0f4c81;font-size:35px; }
.org-left .org-types .active .org-cnt{ display: block;}
.org-left .org-cnt span{ font-size:16px; color: #333; padding-left:35px;background: url(../images/ct_ico9.png) 0 0 no-repeat;}
.org-left .org-types .active .org-t1 span{color: #0f4c81; font-weight: bold;}
.org-types2{width:285px; float: left; text-align: center; padding-top: 20px; position: relative;}
.org-types3{ float: right;}

.org-types2 .org-cell{ cursor:default;}

/*关于协会-组织架构结束*/

/*业务办理-通用详情页开始*/
.newsinfo{     padding: 0 100px 50px 100px; }
.cur-menu {
    width: 115px;
    line-height: 40px;
    background-color: #0f4c81;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.newsinfo .news-date{ font-size:16px; color: #0f4c81; margin-bottom:30px;}
.newsinfo .news-tit{ font-size: 32px; color: #333; margin:35px 0 15px 0;}
.newsinfo .content *,.news-infos .content{ color:#333; line-height: 180%;}
.newsinfo .content{ color:#333; font-size:16px;}
.newsinfo .content h3{ font-size: 16px;}
.newsinfo .content h3.ar-tit{ color:#0f4c81; font-size: 18px; }
.newsinfo .content h3.ar-tit span{color:#0f4c81;}


.mod-nextnews{ padding-top:25px; margin-top: 25px; border-top: 1px solid #f2f1ee;position: relative; box-sizing: border-box; padding-right: 180px; min-height: 25px; z-index: 90 }
.mod-nextnews *{ font-size: 16px; color: #333;}
.mod-nextnews li{ margin-bottom:10px;}
.mod-nextnews li a:hover{color:#0f4c81;}
.mod-nextnews li a span{ color: #0f4c81;}
.gobacks{ display: block; width: 142px; height: 42px; text-align: center;line-height: 42px; background: #0f4c81; border-radius:0; position: absolute; right: 0; top: 30px;}
.gobacks span{ color: #fff;background:url(../images/go_back.png) 0  center no-repeat; padding-left: 32px;}
.mod-files{ margin-top: 30px; position:relative; padding-left: 80px;background:url(../images/file_ico.jpg) 0  center no-repeat; min-height: 26px;}
.mod-files a{ color: #0f4c81; font-size: 16px;}
.mod-files  span{ position: absolute; left:34px; top: 0; color: #333; }

/*业务办理-通用详情页结束*/


/*信息公示开始*/
.md-search{}
.md-search .sear-sel-1{ width: 202px;height:45px; vertical-align: top;display: inline-block; margin-right: 20px; float: left;}
.md-search .sear-sel-2{ margin-right:0; float:left; border-right:1px solid #fff;}
.md-search  .long-selects div.select-block{ border: 1px solid #eee;}
.md-search .long-selects div.select-arrow{ background: #f5f5f5;}
.md-search div.select-main{ height:45px;  border:none;}
.md-search div.select-set{height:45px; padding-left: 20px; line-height:45px; background:#f5f5f5;}
.md-search .sear-sel-2{ margin-right: 0; width: 150px;}
.md-search .search-input{ display:inline-block; float: left;}
.md-search .search-input input{ height: 45px; width: 295px; border:none; box-sizing: border-box; padding: 0 20px; background: #f5f5f5; font-size: 16px; color: #666666; line-height: 45px;}
.md-search  .long-selects div.select-arrow{transform: rotate(90deg);-webkit-transform: rotate(90deg); height: 16px; background:  none; top: 22px;}
.md-search .long-selects li.select-items{ padding-left: 20px;}
.md-search  .long-selects div.select-arrow:after{ display: inline-block; height: 30px; font-size:16px; content: "\e666"; font-family: "iconfont" !important; color: #999;    -webkit-font-smoothing: antialiased; line-height: 30px;
    font-weight: bold;  }

.md-search  input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #666666; 
} 
.md-search  input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #666666; 
} 
.md-search  input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #666666; 
} 
.md-search  input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #666666; 
}

.md-search .search-button{ cursor: pointer;width:108px; height:45px; line-height: 45px; text-align: center;background:#0f4c81; color:#fff; font-size: 14px; display: inline-block; float: left;}
.md-search.md-search2 .search-button{ margin-left: 20px;}
.mod-tables{ margin-top: 20px;}
.mod-tables th{ color: #333; font-size: 16px;  font-weight: bold;height: 64px; line-height: 64px; text-align: center; background: #eee; border: 1px solid #fff;}
.mod-tables td{ text-align: center; font-size: 14px; color: #333; border: 1px solid #eee;padding: 16px 8px;}
.mod-tables .h-tit1,.mod-tables .h-tit3{ width: 20%;}
.mod-tables .h-tit2,.mod-tables .h-tit4{width: 30%;}
.mod-tables  tbody tr:nth-child(2n) td {
    background: #f6f6f6;
}
.mod-tables .organ-names{ text-align: left; padding-left: 20px;}
.mod-tables td.b-cnt2{text-align: left; }
.mod-tables td a:hover{ color:#0f4c81; text-decoration:underline;}

/*信息公示结束*/

/*会员公示开始*/
.pub-tab{ height:54px; background:#e8e8e8;}
.pub-tab ul li{ cursor: pointer;height:54px; float: left; line-height: 54px; font-size: 16px; padding: 0 38px; }
.pub-tab ul li.active{ height: 60px; line-height: 64px; margin-top: -6px; color: #fff;
 background: url(../images/tab_bgs.png) right 0 no-repeat;
}
.mod-tables2 td{ font-size: 16px; width: 50%; box-sizing: border-box; padding: 14px 8px; border-right: 1px solid #eee;}
.mod-tables2{border-left: 1px solid #eee;border-bottom: 1px solid #eee;}
.mod-tables2  tbody tr:nth-child(2n) td {
 background: #f6f6f6;
}
.mod-tables2  .organ-names{ padding-left: 100px;}
.pub-more{ text-align: center;}
.pub-more a{ position: relative;display: inline-block; width: 180px; text-align: center;  height: 32px; line-height: 32px;padding-right: 0px;
 background:url(../images/more_bg.png) center 0 no-repeat; color: #0f4c81; cursor: pointer;}
.pub-more a:after{content: "\e666";font-family: "iconfont" !important; transform: rotate(90deg); position: absolute;  }
.pub-more i{ display:none;}
.pub-unfold a:after{ transform: rotate(-90deg);} 
.pub-unfold i{ display:inline-block;}
.pub-unfold span{ display: none;}
.mod-tables2 .organ-2{ padding-left: 170px;}
.mod-tables2 th{ background: #e8e8e8; border-right: 1px solid #eeeeee; height: 64px; text-align: center; color: #333; font-size: 16px;}

/*会员公示结束*/

/*协会简介开始*/
.article .content{ color:#333; font-size: 16px;line-height: 180%; }
.article .content *{line-height: 180%;}
.article .content p{ text-indent: 2em;}
/*协会简介结束*/

/*联系我们开始*/

.md-contact{ background: #f7f7f7; padding: 15px 25px 35px 25px; position: relative;}
.md-contact li{ font-size: 14px; color: #333; float: left; width: 325px; margin-top: 15px; margin-left: 90px; box-sizing: border-box; padding-left: 35px;}
.md-contact li span{ font-size: 18px; font-weight: bold; color: #0f4c81;}

.md-contact li.icon1{ background: url(../images/ct_icon1.png) 0 6px no-repeat;}
.md-contact li.icon2{ background: url(../images/ct_icon2.png) 0 6px no-repeat;}
.md-contact li.icon3{ background: url(../images/ct_icon3.png) 0 6px no-repeat;}
.md-contact li.icon4{ background: url(../images/ct_icon4.png) 0 6px no-repeat;}
.md-contact:after{ height: 64px; top: 50%; margin-top: -32px; border-left:1px solid #e5e5e5; position: absolute; left: 50%; content: ""; display: block;}
/*联系我们结束*/


/*友情链接开始*/

.mod-links .links-tit{ padding-left: 22px; height: 44px;  line-height: 44px; color: #333; font-size: 20px; background: #e8e8e8;}
.mod-links .links-tit span:before{ content: ""; display: inline-block; height: 18px; line-height: 18px; border-left: 3px solid #0f4c81; vertical-align: middle;  margin-right: 9px; position: relative; top: -2px;}
.links-list{ margin-left: 25px;}
.links-list ul{ overflow:hidden; padding-bottom: 20px;}
.links-list li{  display: block; width: 33.3%; float: left; margin-top: 20px;}
.links-list li a{ font-size: 16px; color: #333;}
.links-list li a:hover{ color: #0f4c81;}
.links-2 li{ width: 155px;}
.links-2 li.link-1{  width: 100%;}
.links-2 ul{ width:980px;}
.pub-2{ margin-bottom: 30px;  border-top:1px solid #eee;}

/*友情链接结束*/


/*招聘列表开始*/
.job-recommed{padding-bottom: 30px; margin-bottom: 5px; border-bottom: 1px solid #f2f2f2; margin-right: -20px; overflow: hidden;}
.job-recommed .item-cell{ float:left; width:285px; height:162px; box-sizing:border-box;  margin-right: 20px; padding: 18px; background:#f5f5f5 url(../images/new.png) 0 0 no-repeat;}
.job-recommed .item-cnt{ }
.job-recommed .item-pic {}
.job-recommed .item-pic img{  height:auto; width:auto;}
.job-recommed .item-tit *{ font-size: 18px; color: #333; }
.job-recommed .item-tit *:hover{color: #0f4c81;}
.job-recommed .item-tit{ height: 95px; line-height: 200%; margin-top: 5px }
.job-recommed  .item-date a{ font-size: 16px; color: #666;background:#f5f5f5 url(../images/dateico.png) 0 0 no-repeat; padding-left: 30px; display: block; position: relative;}
.job-recommed  .item-date a:after{    content: "\e666";
font-family: "iconfont" !important;font-size: inherit;font-style: normal;-webkit-font-smoothing: antialiased;font-weight: bold;position: absolute;right: 0;font-size: 16px;line-height: normal;top: 50%; margin-top: -8px; color: #999;}
.joblists li{ height: 60px; line-height: 60px; padding-right: 165px; padding-left: 30px; position: relative;}
.joblists li:after{height: 16px; width: 6px; border-radius: 6px; position: absolute; display: block; content: ""; left: 8px; top: 22px; background: #adc1d4; }
.joblists li.odd:after{background: #d7d7d7;}
.joblists li:nth-child(2n),.joblists li.odd{ background:#f7f7f7;}
.joblists li span{ position: absolute; right:20px; top: 0; font-size: 16px; color: #666;}
.joblists li a{  color: #333; font-size: 16px;}
.joblists li a:hover{color: #0f4c81;}

/*招聘列表结束*/


/*搜索列表开始*/
.top-searchiputs{ border-bottom: 20px solid #eee; padding-top: 30px; padding-bottom: 20px; margin-bottom: 25px;}
.top-searchiputs .innersear,.top-searchiputs .long-selects{height: 58px;}

.search-wraps{ background: #fff;}
.search-wraps .split-slide{ margin-top: 0;}
.top-searchiputs .sel-1{ width: 190px;float: left;height: 58px;}
.top-searchiputs  div.select-main{ height:58px;}
.top-searchiputs .md-input{ float: left;}
.top-searchiputs .select-set{height:58px; line-height: 58px; color: #333; font-size: 18px;}
.top-searchiputs .long-selects div.select-arrow{ top:50%; margin-top:-15px;background: url(../images/arrow-d.png) 0 center no-repeat;}
.top-searchiputs  div.select-main{ border: 1px solid #0f4c81;} 
.top-searchiputs .md-input{ width: 985px;}
.top-searchiputs .md-input input{height:58px; width: 100%; box-sizing: border-box; border:1px solid #0f4c81; border-left:none;  padding-left: 20px; padding-right: 20px; font-size: 16px;}
.top-searchiputs .searbt{ background: #0f4c81; display: block; text-align: center;width: 130px; height:58px; line-height: 58px; color: #fff; font-size: 20px; position: absolute; right: 0; top: 0;}
.top-searchiputs .innersear{ position: relative;}

.top-searchiputs .hot-keys{ margin-top: 15px; color: #db3338; font-size: 16px;background: url(../images/hotico.png) 0 5px no-repeat; padding-left: 25px;}
.top-searchiputs .hot-keys i{ font-size: 14px; color: #dddddd; padding: 0 10px;}
.searchs-tit{ font-size: 28px; color: #333; border-bottom: 1px solid #eee; padding-bottom:15px;}
.has-result{ font-size: 18px; color: #333; font-weight: bold; margin-top: 25px;/* margin-bottom: 18px;*/}
.has-result span{ color: #c90915; font-weight: normal;}
.has-result-lmkey{margin-top: 18px;}
.has-result-lmkey a{ margin-right: 10px; font-size: 16px; border: 1px solid #eee; padding: 13px 11px; display: inline-block;}
.has-result-lmkey a span{color: #c90915;font-weight: normal;}

.search-wraps .menu-results{ background:#efefef;}
.search-wraps  .menu-results ul li .firstMenu{ height: 40px;}
.search-wraps .menu-results .firstMenu a{ border-bottom: 1px solid #fff; font-size: 14px;}
.search-wraps .slide-title{height: 40px; color: #333; font-size: 14px;background:#efefef;border-bottom: 1px solid #fff; }
.search-wraps .slide-title span{ padding-left: 15px;}
.search-wraps .menu-results ul li.have-sub-menu.open .firstMenu a, .search-wraps .menu-results ul li.cr .firstMenu a{ color: #fff; background: #0f4c81;}

.search-wraps .slide-menu ul li.have-sub-menu.open .firstMenu a em:after, .search-wraps .slide-menu li.cr .firstMenu a em:after{    background-color: #fff;}
.search-wraps .menu-results .firstMenu a span{ font-size: 14px;}

/*搜索结果多级菜单*/
.search-wraps .menu-results>ul{}
.search-wraps .menu-results ul li{ box-sizing:border-box;}
.search-wraps .menu-results>ul>li{    border-bottom: 1px solid #fff;}
.search-wraps .menu-results>ul>li ul{ }
.search-wraps .menu-results li h3 {font-size: 16px;font-weight: normal; padding-right: 20px; position: relative; padding: 10px 0 10px 0; }
.search-wraps .menu-results>ul>li>h3,.search-wraps .menu-results>ul>li>ul>li>h3{  padding-left: 50px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>h3{ padding-left: 70px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>ul>li>h3{ padding-left: 90px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>ul>li>ul>li>h3{ padding-left: 110px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>h3{ padding-left: 122px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>h3{ padding-left: 136px; }
.search-wraps .menu-results .nav-arrow{ position: absolute; right: 32px;  top:10px; width: 20px; height: 20px; cursor: pointer;}
.search-wraps .menu-results .nav-arrow:after{    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
   }
/* .search-wraps .menu-results .arrow-down{    transform: rotate(90deg); -webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);} */
.search-wraps .menu-results>ul>li>h3:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    left:35px;
    top:15px;
}
.search-wraps .menu-results>ul>li>h3:before {
      content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #dbdbdb;
    left:33px;
    top:13px;
}
.search-wraps .menu-results ul li.active>h3:before ,.search-wraps .menu-results ul li.active>h3:after {
    background-color: #0f4c81;
}
.search-wraps .menu-results ul li.active>h3>i{ transform: rotate(90deg); -webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg); }
.search-wraps .menu-results>ul>li span{ color: #666;}
.search-wraps .menu-results>ul>li>h3>a>span{ color: #333;}
.search-wraps .menu-results>ul>li>ul{ padding-bottom: 10px;}
.search-wraps .menu-results>ul>li>ul>li h3 span:before{  content: "-"; margin-right: 8px;}
.search-wraps .menu-results>ul>li ul{ display: none;}
.search-wraps .menu-results a:hover{ color: #0f4c81;}
.search-wraps .menu-results li.active>h3{ -background: #0f4c81!important;color: #0f4c81!important;}
.search-wraps .menu-results li.active>h3>*,.search-wraps .menu-results li.active>h3>a>span{ color:#0f4c81!important;}
.search-wraps .menu-results .slide-title span{ font-size: 16px;}
.search-wraps .menu-results .slide-title{ position: relative;}
.search-wraps .menu-results .slide-title i{ cursor: pointer;}
.search-wraps .menu-results .slide-title i.arrow-ups:after{transform: rotate(0)!important; -webkit-transform: rotate(0)!important;}
.search-wraps .menu-results .slide-title i:after{ position: absolute; right: 36px; top: 12px; content: "\e666";
    font-family: "iconfont" !important;transform: rotate(90deg); -webkit-transform: rotate(90deg);
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;}


.show-result{ font-size:18px; color:#333; font-weight:bold;}
.show-result span{color: #c90b17;}
.md-sort .inner-sort{ display: inline-block; vertical-align: top;}
.md-sort .sel-date{ width: 120px; display: inline-block;vertical-align: top;}
.show-result{ margin-bottom:18px;}
.md-sort .inner-sort a{ padding-left: 8px;padding-right: 8px; box-sizing: border-box; display: inline-block; min-width: 84px; text-align: center;height: 26px; line-height: 25px; border: 1px solid #9c9c9c; cursor: pointer; margin-right:10px;}
.md-sort .inner-sort a span{background:url(../images/down_arr2.png) right center no-repeat; padding-right: 14px; font-size: 12px; color:#999;}

.md-sort div.select-main,.md-sort div.select-set{height: 26px; line-height: 25px; font-size: 12px; color: #999;}
.md-sort .long-selects div.select-arrow{ width: 26px; height: 26px; line-height: 26px;    background: url(../images/arrow-d2.png) center center no-repeat;}
.md-sort .long-selects li.select-items{ font-size: 12px;}
.md-sort div.select-main{    border: 1px solid #9c9c9c;}
.md-sort .inner-sort  .active{ background: #c90915;}
.md-sort .inner-sort a.active span{background:url(../images/down_arr1.png) right center no-repeat; color: #fff;  }
.md-sort .inner-sort a.active{border: 1px solid #c90915; }
.mod-result{ min-height: 300px; margin-right: -35px;}


.result-lists{ }
.result-lists .item-cell{ padding-bottom: 20px; padding-top: 20px; border-bottom: 1px solid #eee;}
.result-lists .item-cnt{ }
.result-lists .item-pic {}
.result-lists .item-pic img{  height:auto; width:auto;}
.result-lists .item-tit *{ color: #333; font-size: 18px; }
.result-lists .item-tit{ position: relative; padding-right: 130px;}
.result-lists .item-tit span,.result-lists .item-desc span{ color: #ce1f2a;}
.result-lists .item-tit i{ position: absolute; right: 0; top: 2px;  font-size: 16px; color: #999;}
.result-lists .item-tit a{ position: relative; padding-right: 38px; display: inline-block;}
.result-lists .item-tit a em{ position: absolute; right: 0; top: 0;}
.result-lists .item-tit a em img{ width: 21px;  height: auto;}
.result-lists .item-desc{margin-top:6px;}
.result-lists .item-desc *{ font-size: 16px; color: #818181;}

/*搜索列表结束*/

/* 出版物下拉开始 */
.nobg .sel-date{ width: 140px; float: right; vertical-align: top;margin-right: 6px;}
.nobg .inner-sort a{ padding-left: 8px;padding-right: 8px; box-sizing: border-box; display: inline-block; min-width: 84px; text-align: center;height: 26px; line-height: 25px; border: 1px solid #9c9c9c; cursor: pointer; margin-right:10px;}
.nobg .inner-sort a span{background:url(../images/down_arr2.png) right center no-repeat; padding-right: 14px; font-size: 12px; color:#999;}

.nobg div.select-main,.nobg div.select-set{height: 26px; line-height: 25px; font-size: 12px; color: #999;}
.nobg .long-selects div.select-arrow{ width: 26px; height: 26px; line-height: 26px; background: url(../images/arrow-d2.png) center center no-repeat;}
.nobg .long-selects li.select-items{ font-size: 12px;}
/* 出版物下拉结束 */

/*期货公司基本情况开始*/
.fultures-search{ height: 155px; background: #0f4c81; margin-left: -35px; margin-right: -35px;}
.fultures-search .sc-tit{ width: 225px; float: left;height: 155px; line-height: 155px; text-align: center; color: #fff; font-size: 24px; letter-spacing:4px;}
.fultures-search .sc-tit span{ padding-left: 38px;background:url(../images/searic5.png) 0 center no-repeat;}
.fultures-search .ful-r{ width:1040px; float:left; padding-top:25px; position:relative;}

.fultures-search .ful-sel{ width: 150px; float:left;}
.fultures-search .ful-input1{ float: left; margin-right: 30px;}

.fultures-search  div.select-set{ color: #fff; padding-left: 0;}
.fultures-search div.select-main{ border: none; border-bottom: 1px solid #47759c;}
.fultures-search .long-selects div.select-arrow{background:url(../images/arrow-20.png) center center no-repeat; width: 24px;}
.fultures-search .ful-input1{ position: relative;}
.fultures-search .ful-input1 input{ width: 275px; box-sizing: border-box; color:#fff; padding-left: 14px; border: none; height: 32px; line-height: 32px; background: none; outline: none; border-radius:0; font-size: 16px; border-bottom: 1px solid #47759c; opacity: .6;}
.fultures-search .ful-input2 input{opacity: .6;}
.fultures-search .ful-input1:after{ content: ""; height: 16px; border-left: 1px solid #fff; position: absolute; left:3px; top: 8px;}
.fultures-search .ful-bottom{ clear: both;}
.fultures-search .ful-r .ful-btn{ position: absolute; right: 0; top: 30px; cursor: pointer;}
.fultures-search .ful-r .ful-btn a{ font-size:16px; color:#0f4c81; text-align: center;width: 110px; height: 45px; line-height: 45px; display: block; background: #fff;}
.ful-bottom{ margin-top: 35px; clear: both;}
.fultures-search .ful-input2{ min-width: 160px; float: left; margin-right: 31px; vertical-align: bottom;}
.fultures-search .ful-input2 span{ height: 21px; color: #fff; font-size: 16px;vertical-align: bottom; display: inline-block;}
.fultures-search .ful-input2 input{ font-size: 16px; width: 105px; padding-bottom: 3px;     color: #fff; background: none; border:none; border-bottom: 1px solid #47759c; padding: 0;display: inline-block;vertical-align: bottom;}
.fultures-search .ful-input3 { margin-right: 0;}
.fultures-search .ful-input3 input{ width: 270px;}
.fultures-search  .ful-date i{ width: 23px; height: 21px; vertical-align: bottom; display: inline-block;background:url(../images/dateic.png) center center no-repeat; margin-left: 10px; opacity: .6 }
.fultures-search  .ful-1 .f-7 i{ opacity: 1;}
.fultures-search .ful-input2 span{ opacity: 0.6; }
.ful-sel .select-set{opacity: 0.6;}

.fultures-search .ful-input1 input::-webkit-input-placeholder{
    color:#fff; opacity: .6
}
.fultures-search .ful-input1 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;opacity: .6
}
.fultures-search .ful-input1 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;opacity: .6
}
.fultures-search .ful-input1 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;opacity: .6
}

.pub-tab2{ margin-top: 50px; border-bottom: 1px solid #0e477a;}
.pub-tab2 ul{ width: 105%;}
.pub-tab2 ul li{ padding: 0 32px 0 29px; font-size: 18px; }
.pub-tab2 ul li a{ color: #333;}
.pub-tab2 ul li.active a{ color: #fff;font-weight: bold;}
.fultures-search .ful-input1{ height: 32px;}
.ful-top>*,.ful-bottom>*{position: relative; z-index: 8;}
.ful-top>*:before{ content: ""; z-index: 99;  position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.ful-bottom>*:before{content: "";z-index: 99; position: absolute; width: 100%; height: 100%; left: 0; top: 0;}

/*高亮显示*/
.fultures-search .ful-1 .ful-bottom .f-5 span,.fultures-search .ful-1 .ful-bottom .f-6 span,.fultures-search .ful-1 .ful-bottom .f-7 span,.fultures-search .ful-4 .ful-bottom .f-8 span{ opacity: 1;}
.fultures-search .ful-1 .ful-bottom .f-5:before,.fultures-search .ful-1 .ful-bottom .f-6:before,.fultures-search .ful-1 .ful-bottom .f-7:before,.fultures-search .ful-4 .ful-bottom .f-8:before{ display: none;}

.fultures-search  .ful-2 .ful-top .f-1,.fultures-search  .ful-3 .ful-top .f-3{ z-index: 99;}
.fultures-search .ful-2 .ful-top .f-1 .select-set,.fultures-search .ful-3 .ful-top .f-3 .select-set{ opacity: 1;}
.fultures-search .ful-2 .ful-top .f-1:before,.fultures-search .ful-2 .ful-top .f-2:before,.fultures-search .ful-3 .ful-top .f-3:before,.fultures-search .ful-3 .ful-top .f-4:before{ display: none;}
.fultures-search .ful-2 .f-2 input::-webkit-input-placeholder,.fultures-search .ful-3 .f-4 input::-webkit-input-placeholder{
 opacity: 1
}
.fultures-search .ful-2 .f-2 input::-moz-placeholder,.fultures-search .ful-3 .f-4 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
opacity: 1
}
.fultures-search .ful-2 .f-2 input:-moz-placeholder,.fultures-search .ful-3 .f-4 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
opacity: 1
}
.fultures-search .ful-2 .f-2 input:-ms-input-placeholder,.fultures-search .ful-3 .f-4 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    opacity: 1
}
.fultures-search .long-selects div.select-arrow,.fultures-search .ful-input1:after{ opacity: .6;}


.fultures-search .ful-1 .f-5 input,.fultures-search .ful-1 .f-6 input,.fultures-search .ful-1 .f-7 input,.fultures-search .ful-2 .f-2 input,.fultures-search .ful-2 .f-1 .long-selects div.select-arrow,.fultures-search .ful-2 .f-2:after,.fultures-search .ful-3 .f-4 input,.fultures-search .ful-3 .f-3 .long-selects div.select-arrow,.fultures-search .ful-3 .f-4:after,.fultures-search .ful-4 .f-8 input{ opacity: 1;}





/*表格开始*/
.mod-tables-5 thead tr th{ white-space:nowrap; font-size:16px; padding:15px 10px; background: #f5f5f5;border: 1px solid #eee;}
.mod-tables-5 tr td,.mod-tables-6 tr td{font-size: 16px; padding:15px 10px;border: 1px solid #eee; word-break:break-all;}
.mod-tables-5 .text-center{ text-align: center;}
.mod-tables-5 tbody tr:nth-child(2n) td{background: #f5f5f5;}
.white-bg{ background:#fff!important; }
.greys-bg{ background:#f9f9f9!important; }
.mod-tables-6 .text-right{ text-align: right;}
.mod-tables-6 tr td{padding:15px 18px;}
/*表格结束*/


/*期货公司基本情况结束*/



/*分析师园地开始*/
.md-search div.select-set{ padding-right: 25px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.md-search2 { height: 50px; margin-bottom: 30px;}
.md-search2 .date-input{ float:left;}
.md-search2  cite{ float:left; margin:12px 10px 0 10px; font-size: 16px;}
.md-search2 .sear-sel-2{ margin-left: 20px;}
.md-search2 .search-input input{ width: 240px;}
.md-search2 .date-input input{height: 45px;width: 160px;border: none; box-sizing: border-box;
padding: 0 20px 0 46px;font-size: 16px;color: #666666;line-height: 45px;background:#f5f5f5 url(../images/data_ic1.png) left 13px center no-repeat;}
.md-condition { background:#f5f5f5 url(../images/bgline.png) center 0 repeat-y; margin-bottom: 12px; padding: 0 16px 0 16px; box-sizing: border-box;}
.md-condition a{ display: inline-block; margin-right: 50px; color: #666; font-size: 16px; padding: 10px 0 10px 0;}
.md-condition .inner{margin-right: -45px; padding-left: 10px;}
.md-condition a:hover,.md-condition a.active{ color:#104b80;  font-weight: bold;}
.mod-reportlist{ background: #fafafa; padding: 0 20px;}
.mod-reportlist .item-cell{ padding: 20px 0 20px 25px; border-bottom: 1px solid #eee; position: relative;}
.mod-reportlist .item-cell:nth-last-child(1){ border-bottom: none;}
.mod-reportlist .item-tit *{ font-size: 16px; color: #333;}
.mod-reportlist .item-tit a:hover{color:#104b80;}
.mod-reportlist .m-state{ margin-top:8px;}
.mod-reportlist .m-state *{ color: #999999;}
.mod-reportlist .m-state span{ padding-right: 25px;}
.mod-reportlist .item-cell:after{width: 8px;height: 8px;
background: #c2c2c2;border-radius: 2px;content: ""; position: absolute;left: 0;top:25px;}

/*分析师园地结束*/

/*行业投诉弹出层开始*/
.mod-tipsbox{position: fixed; height: 100%; left: 0; top: 0; width: 100%; background:rgba(0,0,0,0.5); z-index: 999999;}
.mod-tipsbox .tipsbox{ display: table; width: 100%; height: 100%;}
.mod-tipsbox .tipsbox .innerbox{  display: table-cell; width: 100%;  height: 100%; vertical-align: middle;}
.mod-tipsbox .mod-cnt{ width: 1040px; padding: 35px; box-sizing: border-box; margin: 0 auto; background: #fff; min-height: 270px; position: relative;}
.mod-ts h3{ font-size:20px; font-weight:bold; margin-bottom: 20px;}

.selkey-list .checkbox-mode{ min-width: 220px; margin-right: 20px; margin-bottom: 10px;}
.selkey-list .checkbox-mode span{ font-size: 16px;}
.com-bt { text-align: center; margin-left: -35px; margin-right: -35px; margin-top: 25px; padding-top: 20px; border-top:1px dashed #e5e5e5;}
.com-bt a{ background:#0f4c81; display: inline-block; font-size: 14px; min-width: 110px; height: 45px; line-height: 45px; color: #fff; cursor: pointer;}

.closebt{ position: absolute; width: 40px; height: 40px; background:#f5f5f5 url(../images/close_bt2.jpg) center 0  no-repeat; right:0; top:0; cursor: pointer;}

.mod-cnttips{ min-height: 95px; padding-left: 180px; background:url(../images/wran_ico3.png) left 40px center  no-repeat; margin-top:45px; font-size: 16px;}
.mod-cnttips h3{ font-size:32px; font-weight:bold; color:#c90915; margin-bottom: 25px;}
.mod-cnttips a{ color: #d9575f; padding-left: 5px;}
/*行业投诉弹出层结束*/

/*举报投诉开始*/
.mod-complaint{}
.mod-complaint h3{ font-size: 22px; color: #333333; font-weight: normal; padding-bottom: 12px;}
.mod-complaint p{ font-size: 16px; color: #333; line-height: 32px;}
.mod-complaint .aisle{ margin-right: -30px; }
.mod-complaint .aisle .item-cell{ float: left; width: 205px; background: #f5f5f5; border-radius:5px; margin-right:5px; min-height: 170px; box-sizing: border-box; padding: 80px 18px 5px 18px; line-height: 24px; }
.mod-complaint .aisle .item-2,.mod-complaint .aisle .item-3{ width: 350px;}
.mod-complaint .aisle .item-3{ width: 340px;}
.mod-complaint .aisle .item-1{ background:#f5f5f5 url(../images/jb_ic1.png) left 20px top 20px  no-repeat;}
.mod-complaint .aisle .item-2{ background:#f5f5f5 url(../images/jb_ic2.png) left 20px top 25px  no-repeat;}
.mod-complaint .aisle .item-3{ background:#f5f5f5 url(../images/jb_ic3.png) left 20px top 25px  no-repeat;}
.mod-complaint .aisle .item-cell strong{ font-size: 16px;}

.mod-complaint .jb-tips{ background: #f5f5f5; padding: 20px 20px 10px 20px; position: relative;}
.mod-complaint .jb-cnt{ background:url(../images/tips3.png) left 15px center  no-repeat; padding-left: 140px; min-height: 120px; line-height: 36px; font-size: 16px;}
.mod-complaint .jb-tips:after{ content: ""; position: absolute; height: 100%; width: 2px; background: #fff; top: 0; left: 130px;}
.mod-complaint .jb-cnt a{ color: #0f4c81; text-decoration: underline;}

/*举报投诉结束*/


/*报送信息开始*/
.mod-sendinfo{ display: block; width: 100%;}
.mod-sendinfo .item-cell{ width: 25%; height: 417px; float: left; text-align: center;}
.mod-sendinfo .item-cell a{width: 300px; height: 417px; display: block;margin: 0 auto; background-size: 100% auto!important;}
.mod-sendinfo .item-cell a span{padding: 325px 40px 0 40px; line-height: 36px; display: block; color: #fff;font-size: 22px; }
.mod-sendinfo .item-1 a{background:url(../images/xx_bg1.png)   no-repeat;}
.mod-sendinfo .item-2 a{background:url(../images/xx_bg2.png)   no-repeat;}
.mod-sendinfo .item-2 a span,.mod-sendinfo .item-3 a span{ padding-top: 306px;}
.mod-sendinfo .item-3 a{background:url(../images/xx_bg3.png)   no-repeat;}
.mod-sendinfo .item-4 a{background:url(../images/xx_bg4.png)   no-repeat;}
/*报送信息结束*/

/*考试资料开始*/
.mdline{ border-bottom: 1px solid #dbdbdb; margin-left: -100px; margin-right: -100px;}

.pd100{ padding-left: 100px; padding-right: 100px;}
.mod-exambooklist{ }
.mod-exambooklist .item-cell{  padding-bottom:28px;margin-bottom:28px; border-bottom: 1px solid #ebebeb;}
.mod-exambooklist .item-cnt{ width: 860px; margin-left: 30px; float: left;}
.mod-exambooklist .item-pic { width: 200px; float: left;box-shadow: 0px 2px 20px 0px rgba(15, 76, 129, 0.1); }
.mod-exambooklist .item-cell:nth-last-child(1){border-bottom: none;}

.mod-exambooklist .item-pic img{  height:285px; width:200px;}
.mod-exambooklist .item-tit *{ font-size:22px; color:#333; }
.mod-exambooklist .item-tit{ margin-top: 11px; margin-bottom:20px;  }
.mod-exambooklist .item-tit span{ background: #0f4c81;  color: #fff; margin-left: 10px;}
.mod-exambooklist .item-desc h3{ font-size: 16px; color: #0f4c81; font-weight: normal; padding-bottom: 10px;}
.mod-exambooklist .item-desc h3:after,.mod-exambooklist .item-desc h3:before { content: ""; height: 15px; width: 4px; background: #0f4c81; display: inline-block; vertical-align: middle;}
.mod-exambooklist .item-desc h3:after{ margin-left: 8px;}
.mod-exambooklist .item-desc h3:before{ margin-right: 8px;}
.mod-exambooklist .item-desc a{ line-height: 28px; font-size: 16px; color: #333;}

.layer-l5,.layer-r5{ width: 530px;  float: left;}
.layer-r5{float: right;}

.news-list5{ padding-bottom: 30px;}
.news-list.news-list5 ul li{ padding-left: 22px; position: relative;  }
.news-list.news-list5 ul li:after{ content: ""; position: absolute; left: 0;  width: 6px; height: 6px; border-radius:6px; background: #dbdbdb; top: 50%; margin-top: -3px; }
.news-list.news-list5  ul li+li{border-top-style: dashed;}

/*考试资料结束*/


/*服务与支持－上市品种开始*/
.protype-tab{ height: 100px; margin-right: -5px; position: relative; z-index: 6;}
.protype-tab  ul li{ width:180px; height:104px; float: left; position: relative;overflow: hidden;  margin-right: 6px;}
.protype-tab  ul li img{  max-width: none; position: relative; left: 50%; margin-left: -184px;}
.protype-tab  ul li.active{ width: 367px;}
.protype-tab  ul li a{position: relative; text-align: center;display: block;font-size: 24px;}
.protype-tab  ul li a:after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.55); display: block; content: "";}
.protype-tab  ul li.active a:after{ background: rgba(0,0,0,.2);}
.protype-tab  ul li a h3{ line-height: 100px; color: #fff; position: absolute;  top: 0; left: 0; right: 0; text-align: center; font-size: 24px; font-weight: normal; z-index: 8;   opacity: .6;}
.protype-tab  ul li.active a h3{ opacity: 1;}
.protype-tab  ul li.active:before{ content: "";  
bottom:0;  left:50%; margin-left: -15px;  width:0;   height:0;  
border-left:15px solid transparent;  border-right:15px solid transparent;  
border-bottom:15px solid #ecf1f5;  z-index: 229;  position: absolute;}
.pro-tab{ border-top:1px solid #e1e1e1;padding: 20px 10px 10px 10px;background:url(../images/protpbg1.jpg) -2px 0; margin-top: 3px; }
.pro-tab a{ min-width: 132px; font-size: 18px; height: 35px; line-height: 35px; background: #fff; color: #333; text-align: center; display: block; float: left; margin: 0 10px 10px  10px;}
.pro-tab a.active{ background: #0f4c81; color: #fff;}
.type-tab2{ border-bottom: 2px solid #eee}
.type-tab2 { height: 45px; margin-top: 5px;}
.type-tab2 a{ cursor: pointer;width: 170px;  display: block; float: left;height: 45px; line-height: 45px; background: #eee; text-align: center; border-left: 1px solid #fff; font-size: 18px;}
.type-tab2 a.active{ background: #e7edf2; border-bottom: 3px solid #0f4c81; color: #0f4c81; }

.layer-l6{ width: 640px; float: left; overflow: hidden;}
.layer-r6{ width: 640px; float: right;}
.trade-tab a{ font-size:18px; color:#0f4c81; width: 25%; float: left; text-align: center; height: 40px; line-height: 40px; box-sizing: border-box; border-right: 1px solid #fff; cursor: pointer;}
.trade-tab{ background: #e7edf2; height: 40px; line-height: 40px; border-bottom: 1px solid #b2c5d6;border-top: 1px solid #b2c5d6;}
.trade-tab a.active{ background:#0f4c81; color: #fff;}
.mod-table-8{ background: #f9f9f9; height: 365px; overflow-y: auto;}
.mod-table-8 td{ padding: 16px 18px;  border: 1px solid #eee; color: #333; box-sizing: border-box;}
.knowlege-links{height: 125px;background:url(../images/pz_bg.jpg)  no-repeat;}
.knowlege-links .item-cell{ height: 125px; line-height: 125px; text-align: center;width: 33.3%; box-sizing: border-box; float: left; }
.knowlege-links .item-cell a span{  font-size: 24px; color: #fff;}
.knowlege-links .item-1{/*background:url(../images/prtype_bg1.jpg)   no-repeat;*/ border-right:3px solid #fff;}
.knowlege-links .item-2{/*background:url(../images/prtype_bg2.jpg)   no-repeat;*/border-right:3px solid #fff;}
.knowlege-links .item-3{/*background:url(../images/prtype_bg3.jpg)   no-repeat;*/}
.knowlege-links .item-cell a{ padding-left:55px; line-height: 32px; display: inline-block;}
.knowlege-links .item-1 a{ background:url(../images/jg_icon1.png)   no-repeat;}
.knowlege-links .item-2 a{ background:url(../images/jg_icon2.png)   no-repeat;}
.knowlege-links .item-3 a{ background:url(../images/jg_icon3.png)   no-repeat;}

.knowlege-links-2 .item-cell{ width: 50%;}
.knowlege-links-2 .item-2{ border-right: none;}


.mod-read{background:#f5f6fa url(../images/protpbg1.jpg) center 0;}
.mod-readlists{ margin-right: -40px; padding-bottom: 10px; }
.mod-readlists .item-cell{ width: 245px;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);  float: left; position: relative; margin-right: 20px;}
.mod-readlists .item-cnt{ position: absolute; padding: 10px 20px; text-align: center;background: rgba(0,0,0,.54); bottom: 0; left: 0; right: 0; display: none;}
.mod-readlists .item-pic {}
.mod-readlists .item-pic img{  height:330px; width:245px;}
.mod-readlists .item-tit *{ font-size: 18px; color: #fff; }
.mod-readlists .item-tit{ text-align: left; line-height: 200%;}
.mod-readlists .item-cell:hover .item-cnt{ display: block;}

.read-tab{ position: absolute; right: 0; top:45px;}
.read-tab span{ color: #333; font-size: 20px; margin-left: 34px; cursor: pointer;}
.read-tab span.active{ padding-bottom: 7px; font-size: 24px; color: #0f4c81; border-bottom:3px solid #0f4c81;}

.mod-news-2.mod-lk{ background: none; margin-right:-40px; }
.mod-news-2.mod-lk:after{ display: none;}
.mod-news-2.mod-lk ul li{ margin: 0;margin-right: 4%; width: 46%; padding-right: 20px; padding-left: 30px; border-bottom: 1px solid #eee; border-top: none; position: relative;}
.mod-news-2.mod-lk ul li:after {
    width: 8px;
    height: 8px;
    background: #c2c2c2;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
}

.trade-info-cell .echarts{ width: 642px; height: 360px;}
.pro-tits{ margin-top: 18px; margin-bottom: 5px; font-size:18px; font-weight:bold; color:#333;}
.echarts-info,.contract-info,.proinfo-cell{ height: 0; overflow: hidden;}
.echarts-active,.contract-active,.pro-active{ height: auto;}


/*每日行情表格开始*/
.mod-table-9{ max-height: 362px; overflow-y: auto;}
.mod-table-9 table{ width: 100%; box-sizing: border-box;}
.mod-table-9 thead th{ background: #f5f5f5; padding: 10px 10px; border: 1px solid #eee; text-align: center;}
.mod-table-9 tbody td{padding: 10px 10px; box-sizing: border-box; text-align: center; border: 1px solid #eee;}
.mod-table-9 tbody tr:nth-child(2n) td{  background: #f5f5f5;}

/*每日行情表格结束*/

/*模拟滚动条*/
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical
{ background: #e6e6e6; right: 1px!important;  /*border: 1px solid #eee;*/ border-radius:0;  width:4px;}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px!important; background: #0f4c81!important; opacity: 1!important;  
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)"; margin-left:-1px;    border-radius: 0;}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{opacity: 1!important;   
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)";}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{    margin: 0 0!important;}

/*服务与支持－上市品种结束*/

/*关于我们-收费公示开始*/
.mod-pubfees th{ font-size:18px; text-align: center;font-weight:bold; background: #0f4c81; color: #fff;  padding: 25px 10px; border-left: 1px solid #8aa6be;}
.mod-pubfees table td{ color: #000; background: #f9f9f9; border: 1px solid #e5e5e5; min-height: 35px; padding:10px 10px;}
/*关于我们-收费公示结束*/


/*机构弹出层开始*/
.modlayer-ageny{ background: rgba(0,0,0,.6);  position: fixed;  left: 0; top: 0;width: 100%; height: 100%; z-index: 99999;   width: 0; height: 0; overflow: hidden;}
.modlayer-show{width: 100%; height: 100%;}
.ageny-inner{ width:90%; position: relative; max-width:1200px;   height:720px; margin: 0 auto; background:#fff;top: 50%; margin-top: -350px; border-radius:15px; overflow: hidden;}
.layer-agenytit{ padding-left: 28px; height: 55px; line-height: 55px; font-size:24px; color:#fff; background:#0f4c81; }
.ageny-close{ position: absolute; right: 20px; top: 15px; background: url(../images/close4.png); height: 24px; width: 24px; }
.ageny-l .layer-map{ height: 530px; width: 705px;margin-top:36px; }	

.ageny-l{ padding:25px 0 0 15px;  height: 620px; overflow: hidden;width:60%; box-sizing: border-box; float: left;}
.ageny-r{ padding:25px 15px 20px 15px; width:40%;float: left;box-sizing: border-box; }
.agenytit-1{ font-size:22px; color:#333; margin-bottom: 18px;}
.agenytit-2{ font-size:32px; color:#0f4c81;margin-bottom: 18px;}
.ageny-tabs{ overflow: hidden;border-top:1px solid #b2c5d6; border-bottom: 1px solid #b2c5d6; padding: 1px 0;}
.ageny-tabs ul{ background: #e7edf2; height: 72px;}
.ageny-tabs ul li{ width: 33.3%; height: 72px; box-sizing: border-box; padding-top:11px; float:left; text-align:center; color:#0f4c81; cursor: pointer;}

.ageny-tabs ul li span { font-size: 28px; line-height: 100%; }
.ageny-tabs ul li h3{ font-size: 18px; font-weight: normal;}
.ageny-tabs ul li.active{ background: #0f4c81; color: #fff;}
.initArrow{ height: 56px; line-height: 56px; float: left; margin-left: 15px; padding: 0 30px; background: #0d4c82; text-align: center; font-size: 18px; color: #fff;margin-top: 16px;text-decoration: none; }
.initArrow:hover{ color: #fff; }
.initArrow img{ float: right; margin: 23px 0px 0 20px; }
#agenyContent { height: 580px; }
.mdmap-tables{ max-height: 400px; overflow-y: auto;}
.mdmap-tables table{ width: 100%; box-sizing: border-box;}
.mdmap-tables tbody td{padding: 15px 10px; box-sizing: border-box; text-align: center; border: 1px solid #eee;width: 50%;}
.mdmap-tables tbody tr:nth-child(2n) td{  background: #f5f5f5;}

/*机构弹出层结束*/




.layer-wrapper {
    /* */
    width: 1320px;
    margin: 0 auto;
/*    max-width: 100%;*/
    box-sizing: border-box;
    padding: 0 10px;
}

.white-body {
    background-color: #fff;
}

.mod-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mod-table>.mod-td {
    display: table-cell;
    vertical-align: middle;
}
.bottom-height{
    height:180px;
}
.rows2{
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
/* 分列 */
.split-5 .item,
.split-5 .core {
    float: left;
    width: 20%;
    box-sizing: border-box;
}
.split-4 .item,
.split-4 .core {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.split-3 .item,
.split-3 .core {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
}

.split-2 .item,
.split-2 .core {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.split-4 .rowspan2 {
    width: 50%;
}

.split-4 .rowspan3 {
    width: 75%;
}

.split-4 .rowspan4 {
    width: 100%;
}

.split-5 .inner,
.split-4 .inner,
.split-3 .inner,
.split-2 .inner {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.span-10 {
    margin-right: -10px;
}

.span-10 .item,
.span-10 .core {
    padding-right: 10px;
}

.span-10 .core {
    margin-bottom: 10px;
}

.span-15 {
    margin-right: -15px;
}

.span-15 .item,
.span-15 .core {
    padding-right: 15px;
}

.span-15 .core {
    margin-bottom: 15px;
}

.span-20 {
    margin-right: -20px;
}

.span-20 .item,
.span-20 .core {
    padding-right: 20px;
}

.span-20 .core {
    margin-bottom: 20px;
}

.span-28 {
    margin-right: -28px;
}

.span-28 .item,
.span-28 .core {
    padding-right: 28px;
}

.span-28 .core {
    margin-bottom: 28px;
}

.span-30 {
    margin-right: -30px;
}

.span-30 .item,
.span-30 .core {
    padding-right: 30px;
}

.span-30 .core {
    margin-bottom: 30px;
}

.span-40 {
    margin-right: -40px;
}

.span-40 .item,
.span-40 .core {
    padding-right: 40px;
}

.span-40 .core {
    margin-bottom: 40px;
}

/* 左右布局 */
.split-slide {
    position: relative;
    margin-top:-60px;
}

.slide-menu {
    float: left;
    width: 310px;
    background-color: #fff;
    margin-right: 20px;
}

.slide-title {
    background-color: #0f4c81;
    height: 60px;
    box-sizing: border-box;
    color: #fff;
    display: table;
    width: 100%;
    font-size: 22px;
}

.slide-title span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
}

.slide-menu ul li {
    width: 100%;
}
.slide-menu ul li .firstMenu{
    display: table;
    width: 100%;
    height: 60px;
}

.slide-menu .firstMenu a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    position: relative;
}

.slide-menu .firstMenu a em {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: relative;
    background-color: #dbdbdb;
    margin-right: 12px;
}

.slide-menu .firstMenu a em:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    left: 2px;
    top: 2px;
}

.slide-menu .firstMenu a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
}
.slide-menu .subMenu{
    border-bottom: 1px solid #f0f0f0;
    /* display:none; */
}

.slide-menu .subMenu .item{
    display:block;
    padding-left:55px;
    font-size:16px;
    line-height: 40px;
}
.slide-menu .subMenu .item span{
    display:block;
    padding-left:15px;
    position: relative;
    color:#555;
}
.slide-menu .subMenu .item span:after{
    content:"";
    height:1px;
    background-color:#666666;
    width:5px;
    position: absolute;
    left:0;
    top:50%;
}
.slide-menu .subMenu .item.cr span{
    font-weight: bold;
    color:#333;
}
.slide-menu ul li.have-sub-menu .firstMenu a:after{
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    position: absolute;
    right:35px;
    font-size:16px;
    line-height: normal;
    top:50%;
    margin-top:-8px;
}
.slide-menu ul li.have-sub-menu.open .firstMenu a:after{
    transform: rotate(90deg);
}
.slide-menu ul li.have-sub-menu.open .subMenu{
    display:block;
}
/* .slide-menu .firstMenu a:hover, */
.slide-menu ul li.have-sub-menu.open .firstMenu a,
.slide-menu ul li.cr .firstMenu a {
    color: #0f4c81;
    border-color: #0f4c81;
    font-weight: bold;
}

/* .slide-menu .firstMenu a:hover em, */
.slide-menu ul li.have-sub-menu.open .firstMenu a em,
.slide-menu ul li.cr .firstMenu a em {
    background-color: #c4d2df;
}

/* .slide-menu .firstMenu a:hover em:after, */
.slide-menu ul li.have-sub-menu.open .firstMenu a em:after,
.slide-menu li.cr .firstMenu a em:after {
    background-color: #0f4c81;
}

.slide-content {
    float: none;
    overflow: hidden;
    background-color: #ffffff;
    padding:0 35px 35px 35px;
}
.slide-con{
    float: none;
    overflow: hidden;
    background-color: #ffffff;
}
.top-sub-menus{
    height:60px;
    background-color:#0f4c81;
    overflow: hidden;
}
.top-sub-menus .item{
    float:left;
    padding:0 60px;
    line-height: 60px;
    font-size:24px;
    color:#fff;
	cursor: pointer;
}
.top-sub-menus .active{
    background-color:#fff;
    color:#333;
}
.slide-padding {
    padding-top:35px;
    /*	min-height: 600px;*/
}

/* 搜索 */
.search-section {
    overflow: hidden;
    width: 530px;
    max-width: 100%;
    margin-bottom: 20px;
}

.search-section .search-button {
    float: right;
    width: 108px;
    height: 45px;
    background-color: #0f4c81;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: table;
    cursor: pointer;
}

.search-section .search-button span {
    display: table-cell;
    vertical-align: middle;
}

.search-section .search-input {
    float: none;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 20px;
    height: 45px;
}

.search-section .search-input input {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    padding-left: 20px;
    font-size: 16px;
}

/* 筛选条件 */
.query-section {
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.query-section .title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-right: 10px;
}

.query-section .key-list {
    float: none;
    overflow: hidden;
}

/* 资讯列表 */
.news-list ul li {
    padding: 10px 0 10px 0;
}
.news-list ul li+li{
    border-top: 1px solid #eeeeee;
}
.news-list ul li a {
    display: block;
    overflow: hidden;
    line-height: 40px;
    position: relative;
}

.news-list ul li .time {
    float: right;
    margin-left:10px;
}

.news-list ul li .title {
    float: none;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    display:block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-mod-1  ul li {
    padding-left:10px;
}
.news-list-mod-1  ul li .title{
    padding-left: 15px;
}
.news-list-mod-1 ul li .title:before {
    content: "";
    width: 6px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}


.news-list-mod-2  ul li {
    padding-left:12px;
}
.news-list-mod-2  ul li .title{
    padding-left: 20px;
}
.news-list-mod-2 ul li .title:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c0c0c0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 2px;
}
.news-list-mod-3  ul li+li{border-top: none;}
.news-list-mod-3  ul li {  border-bottom: 1px solid #eeeeee;}

/* 公共标题 */
.com-tit {
    padding-bottom: 30px;
    padding-top: 45px;
}

.com-tit .title {
    float: left;
    font-size: 28px;
    padding-bottom: 18px;
    background: url(../images/com-tit-bg.png) repeat-x left bottom;
    font-weight: bold;
}
.com-tit.nobg .title{
    padding-bottom:0;
    background:none;
    font-weight: normal;
}

.com-tit .title span {
    display: block;
    line-height: 30px;
}

.com-tit .more {
    float: right;
    line-height: 30px;
    color: #0f4c81;
    font-size: 14px;
}
.com-tit .more:after{
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
/*  */
.test-tag {
    padding-top: 50px;
}

.test-tag .tab-title {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    margin-right: -4px;
}

.test-tag .tit {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    box-sizing: border-box;
    padding-right: 4px;
    height: 120px;
    text-align: center;
    position: relative;
}

.test-tag .tit .mod-table {
    height: 100%;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.test-tag .tit .icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.test-tag .tit .icon img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.test-tag .tit .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.test-tag .tit:hover,
.test-tag .active {
    color: #fff;
    cursor: pointer;
}

.test-tag .tit:hover .mod-table,
.test-tag .active .mod-table {
    background-color: #0f4c81;
}

.test-tag .tit:hover .icon img,
.test-tag .active .icon img {
    bottom: 0;
    top: inherit;
    top: initial;
}

.test-tag .tit:hover:after,
.test-tag .active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #0f4c81;
    left: 50%;
    margin-left: -12px;
}


/* test-quick-link */
.test-quick-link {
    margin-right: -20px;
}

.test-quick-link .item {
    padding-right: 20px;
    width: 50%;
    box-sizing: border-box;
    height: 140px;
    float: left;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.test-quick-link .item .mod-table {
    height: 100%;
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.1);
}

.test-quick-link .item .mod-table .mod-td {
    background-color: rgba(0, 0, 0, 0.4);
}

.test-quick-link .item1 .mod-table {
    background: url(../images/test-quick-link-img1.jpg) no-repeat left center;
    background-size: cover;
}

.test-quick-link .item2 .mod-table {
    background: url(../images/test-quick-link-img2.jpg) no-repeat left center;
    background-size: cover;
}

.test-doc {
    margin-right: -20px;
}

.test-doc .item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.test-doc .item .inner {
    width: 100%;
    display: block;
    padding: 20px;
    background-color: #fff;
    border-top: 2px solid #0f4c81;
    box-sizing: border-box;
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.1);
    line-height: 32px;
    overflow: hidden;
}

.test-doc .item .inner .icon {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.test-doc .item .inner .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.test-doc .item .inner .title {
    float: none;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
}

.test-result {
    margin-right: -20px;
}


.test-result .item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

.test-result .item .inner {
    display: block;
    width: 100%;
    height: 110px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-left: 6px solid #0f4c81;
}

.test-result .item .inner:hover {
    color: #fff;
    background-color: #0f4c81;
}

.test-result .item .inner .title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.test-result .item .inner .sub-title {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
}
.test-result .item .inner:hover .sub-title{color: #fff;}
/* servic2.html */
.exam-quick-link{
    margin-top:60px;
}
.exam-quick-link .item1{
    background:url(../images/exam-quick-icon1.png) no-repeat left center;
}
.exam-quick-link .item2{
    background:url(../images/exam-quick-icon2.png) no-repeat left center;
}
.exam-quick-link .inner{
    height:128px;
    overflow: hidden;
    background:url(../images/exam-quick-icon3.png) no-repeat right center;
}
.exam-quick-link .inner .title{
    float:right;
    width:50%;
    height:100%;
    text-align: center;
    color:#fff;
    font-size:28px;
    font-weight: bold;
}
.exam-quick-link .inner .title .mod-table{
    height:100%;
}

.exam-news .news-list{
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    padding:0 20px;
}
.exam-doc .pic{
    width:100%;
    padding-top:133.3333%;
    position: relative;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.exam-doc .pic img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
	object-fit:contain;
}
.exam-doc .name{
    text-align: center;
    font-size:22px;
    margin-top:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exam-question{
    margin:0 -20px;
}
.exam-question .mod-table{
    border-collapse: separate;
    border-spacing: 20px;
}
.exam-question .mod-table .mod-td{
    background-color:#f7f7f7;
    padding:20px;
    vertical-align: top;
}
.exam-question .question{
    font-size:18px;
    line-height: 30px;
    padding-left:40px;
    background:url(../images/q.png) no-repeat left top;
}
.exam-question .answer{
    font-size:16px;
    line-height: 28px;
    color:#666;
    padding-left:40px;
    background:url(../images/a.png) no-repeat left top;
    margin-top:20px;
}


.unqua-quick-link {
    margin-top:0;
}
.unqua-quick-link .item1 {
    background: url(../images/unqua-quick-icon1.png) no-repeat left center;
}
.unqua-quick-link .item2 {
    background: url(../images/unqua-quick-icon2.png) no-repeat left center;
}

.unqua-news .news-list{
    background-color:#0f4c81;
    color:#fff;
    box-sizing: border-box;
    padding:0 20px;
}
.unqua-news .news-list ul li+li{
    border-top-style: dashed;
    border-color:rgba(255,255,255,0.25);
}
.unqua-news .news-list ul li .title{
    padding-left:15px;
}
.unqua-news .news-list ul li .title:before{
    content:"";
    width:6px;
    height:6px;
    position: absolute;
    border-radius: 100%;
    background-color:#9fb7cd;
    left:0;
    top:50%;
    margin-top:-3px;
}
.unqua-news .notice{
    height:304px;
    background-color:#f7f7f7;
    box-sizing: border-box;
    padding:20px;
}
.unqua-news .notice .title{
    display:block;
    font-size:22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.unqua-news .notice .desc{
    font-size:16px;
    line-height: 32px;
    color:#333;
    height:160px;
    overflow: hidden;
    margin:20px 0;
}
.unqua-news .notice .detail{
    display:block;
    color:#fff;
    text-align: center;
    line-height: 36px;
    width:94px;
    background-color:#0f4c81;
}

.unqua-flow {
    background:url(../images/unqua-flow.jpg) no-repeat center center;
    background-size:cover;
    overflow: hidden;
}
.unqua-flow .table-box{
    margin-right:-2px;
    background-color:rgba(15, 76, 129, 0.9);
}
.unqua-flow .table-box .mod-table{
    height:126px;
    color:#fff;
    text-align: center;
    font-size:24px;
}
.unqua-flow .table-box .mod-table .mod-td{
    border-right:2px solid #fff;
}

.zhenggaoqishi{
    display:block;
    margin-bottom:40px;
}
.zhengdingxinxi{
    border-top:1px solid #eeeeee;
    padding-top:40px;
}
.zhengdingxinxi .title{
    font-size:22px;
    font-weight: bold;
    line-height: 1;
    border-left:5px solid #0f4c81;
    padding-left:6px;
    margin-bottom:30px;
}
.zhengdingxinxi .contact{
    padding-left:70px;
    background:url(../images/telphone.png) no-repeat left center;
}
.zhengdingxinxi .contact .tips{
    font-size:16px;
    line-height: 1;
}
.zhengdingxinxi .contact .people{
    font-size:22px;
    color:#0f4c81;
    margin-top:15px;
}
.publication-date{
    overflow: hidden;
    border-top:1px solid #0f4c81;
    border-bottom:1px solid #0f4c81;
    position: relative;
    padding:9px 40px;
    line-height: 40px;
    margin-bottom:30px;
}
.publication-date .prev{
    position: absolute;
    width:40px;
    height:100%;
    left:0;
    top:0;
    line-height: 58px;
    text-align: left;
    cursor: pointer;
    font-size:20px;
    color:#e7edf2;
}
.publication-date .next{
    position: absolute;
    width:40px;
    height:100%;
    right:0;
    top:0;
    text-align: right;
    line-height: 58px;
    cursor: pointer;
    font-size:20px;
    color:#e7edf2;
}
.publication-date .next:hover,.publication-date .prev:hover{
    color:#0f4c81;
}
.publication-date .title{
    float:left;
    font-size:16px;
    font-weight: bold;
}
.publication-date .swiper-container{
    float:none;
    overflow: hidden;
    font-size:16px;
}
.publication-date .swiper-container .swiper-slide{ cursor: pointer;}
.publication-date .swiper-container .swiper-slide a{
    display:block;
    font-size:14px;
    color:#666;
    text-align: center;
}
.publication-date .swiper-container .active a{
    color:#0f4c81;
    font-size:16px;
    font-weight: bold;
	
}

.publication-book-list .pic,.mod-books .pic{
    display:block;
    width:100%;
    padding-top:135.7843%;
    position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); 
}
.publication-book-list .pic img,.mod-books .pic img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.publication-book-list .con{
    font-size:14px;
    line-height: 26px;
    margin-top:15px;
}
.publication-book-list .title .name{
    float:none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    padding-right:5px;
}
.publication-book-list .title .down{
    float:right;
    width:16px;
    height:16px;
    background:url(../images/download.png) no-repeat center center;
    background-size:contain;
    cursor: pointer;
    margin-top:5px;
}




.publication-list .item{
    padding:20px;
    background-color:#f5f5f5;
    margin-bottom:20px;
}
.publication-list .item .title{
    overflow: hidden;
}
.publication-list .item .title .download{
    float:right;
    width:28px;
    height:28px;
    background:url(../images/download.png) no-repeat center center;
    background-size:contain;
    margin-left:15px;
    cursor: pointer;
}
.publication-list .item .title .name{
    float:none;
    overflow: hidden;
    display:block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    line-height: 28px;
}
.publication-list .item .desc{
    font-size:16px;
    color:#666;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    margin:10px 0;
}
.publication-list .item .state{
    overflow: hidden;
    font-size:14px;
    color:#999999;
}
.publication-list .item .state .author{ float: left;margin-right:30px;}
.publication-list .item .state .time{
    float:left;
    margin-right:30px;
}
.publication-list .item .state .from{
    float:left;
}

.mod-books .name { margin-top: 20px; color:#0f4c81; font-size: 18px; display: block; text-align: center;font-weight: bold; margin-bottom: 10px; height: 48px; overflow: hidden;}

.mod-books .down{ display: block; text-align: center;} 
.mod-books .down span{ display: inline-block; font-size: 20px; color: #999; background:url(../images/downico2.png) no-repeat 0 center; padding-left:30px;}

.wyh-section .title{
    font-size:28px;
    line-height: 1;
    margin-bottom:25px;
}
.wyh-section .list .inner{
    display:block;
/*    background-color:#f3f2f0;*/
	background: url(../images/committee_bg.jpg);
    border-top:5px solid #275d8c; cursor: pointer;
}
.wyh-section .list .inner:hover{ border-top: 5px solid #275d8c;background: url(../images/committee_bghover.jpg);}
.wyh-section .list .inner:hover .mod-td{ color: #fff;}

.wyh-section .list .item{
    margin-bottom:30px;
}
.wyh-section .list .inner .mod-table{
    height:105px;
    text-align: center;
    font-size:18px;
}
.wyh-section + .wyh-section{
    margin-top:10px;
}


/*  */
.fupin-section{
    padding:0 40px 40px 40px;
}
.fupin-section+.fupin-section{
    border-top:1px solid #eeeeee;
}

.news-pic-list .item .pic{
    width:100%;
    padding-top:52.2968%;
    position: relative;
    background-color:#f7f7f7;
    overflow: hidden;
}
.news-pic-list .item .pic img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.news-pic-list .inner{
    background-color:#f9f9f9;
}
.news-pic-list .con{
    padding:10px;
}
.news-pic-list .con .title{
    font-size:16px;
    line-height: 28px;
    color:#333;
    height:56px;
    overflow: hidden;
}
.news-pic-list .con .state{
    overflow: hidden;
    line-height: 1;
    margin-top:10px;
}
.news-pic-list .con .state .time{
    float:left;
    font-size:12px;
    color:#999;
}
.news-pic-list .con .state .detail{
    float:right;
    font-size:14px;
    color:#999;
}
.news-pic-list .inner:hover{
    background-color:#0f4c81;
    color:#fff;
}
.news-pic-list .inner:hover .title,.news-pic-list .inner:hover .time,.news-pic-list .inner:hover .detail{
    color:#fff;
}

.fupin-img-news .item+.item{
    margin-top:10px;
}
.fupin-img-news .inner{
    display:block;
    overflow: hidden;
    background-color:#f9f9f9;
}
.fupin-img-news .inner .pic{
    float:left;
    overflow: hidden;
    width:200px;
    height:112px;
}
.fupin-img-news .inner .pic img{
    width:100%;
    height:100%;
}
.fupin-img-news .inner .con{
    float:none;
    overflow: hidden;
    padding-left:20px;
    height:112px;
}
.fupin-img-news .inner .con .mod-table{
    height:100%;
}
.fupin-img-news .inner .title{
    font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.fupin-img-news .inner .time{
    font-size:12px;
    color:#999;
    margin:5px 0;
}
.fupin-img-news .inner .desc{
    font-size:14px;
    color:#666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fupin-section .news-list{
    background-color:#fafafa;
}
.fupin-section .news-list li{
    padding-right:12px;
}

/* 行业动态 */
.industry-list .inner{
    border-top:5px solid #0f4c81;
}
.industry-list .con{
    width:100%;
    box-sizing: border-box;
    border:2px solid #eeeeee;
    border-top:none;
    padding:30px;
    height:345px;
}
.industry-list .con .time{
    font-size:14px;
    color:#0f4c81;
}
.industry-list .con .title{
    font-size:22px;
    line-height: 30px;
    margin-top:30px;
    height:60px;
    overflow: hidden;
}
.industry-list .con .desc{
    font-size:14px;
    line-height: 24px;
    height:72px;
    overflow: hidden;
    color:#666;
    margin-top:30px;
}
.industry-list .con .detail{
    margin-top:20px;
}
.industry-quick-link .item{
    font-size:28px;
}
.industry-quick-link .item1 .mod-table{
    background: url(../images/industry-quick-link-img1.jpg) no-repeat left center;
    background-size: cover;
}
.industry-quick-link .item2 .mod-table{
    background: url(../images/industry-quick-link-img2.jpg) no-repeat left center;
    background-size: cover;
}

.industry-jiaoliu{
    background:url(../images/industry-jiaoliu-bg.png) #ececec;
}

.industry-jiaoliu-swiper{
    box-sizing: border-box;
    padding:0 44px;
    overflow: hidden;
    position: relative;
}
.industry-jiaoliu-swiper:after{
    content:"";
    pointer-events: none;
    height:22px;
    background:url(../images/industry-swiper-bg.png) repeat-x left bottom;
    position: absolute;
    left:40px;
    right:40px;
    bottom:0;
}
.industry-jiaoliu-swiper .prev,.industry-jiaoliu-swiper .next{
    position: absolute;
    width:40px;
    height:100%;
    background-color:#fff;
    font-size:40px;
    color:#0f4c81;
    top:0;
    cursor: pointer;
}
.industry-jiaoliu-swiper .prev:before,.industry-jiaoliu-swiper .next:before{
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0;
}
.industry-jiaoliu-swiper .prev .iconfont,.industry-jiaoliu-swiper .next .iconfont{
    display:inline-block;
    vertical-align: middle;
}
.industry-jiaoliu-swiper .prev{
    left:0;
}
.industry-jiaoliu-swiper .next{
    right:0;
}
.industry-jiaoliu-swiper .margin-box{
    margin-right:-4px;
    overflow: hidden;
}
.industry-jiaoliu-swiper .swiper-slide{
    box-sizing: border-box;
    padding-right:4px;
    height:140px;
}
.industry-jiaoliu-swiper .swiper-slide .mod-table{
    height:100%;
    background-color:#fff;
    text-align: center;
    font-size:18px;
    line-height: 28px;
}
.industry-jiaoliu-swiper .swiper-slide .mod-table .mod-td{
    padding:0 10px;
}
.industry-jiaoliu-swiper .swiper-slide .mod-table:hover{
    background-color:#0f4c81;
    color:#fff;
}

.industry-swiper-container-pic{
    float:left;
    width:640px;
    overflow: hidden;
    position: relative;
}
.industry-swiper-container-pic .mark{
    position: absolute;
    width:80px;
    height:80px;
    left:0;
    bottom:0;
    background-color:#b5151d;
    color:#fff;
    text-align: center;
    font-size:18px;
    line-height: 1;
    box-sizing: border-box;
    padding-top:23px;
}
.industry-swiper-container-pic .news{
    display:block;
    width:100%;
    position: relative;
}
.industry-swiper-container-pic .pic{
    width:100%;
    padding-top:55.625%;
    overflow: hidden;
    position: relative;
}
.industry-swiper-container-pic .pic img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.industry-swiper-container-pic .content{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:#222933;
    color:#fff;
    box-sizing: border-box;
    height:80px;
    font-size:16px;
    line-height: 28px;
    padding:12px 40px 0 120px;
}
.industry-swiper-container-pic .content .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industry-swiper-container-pic .content .time{
    color:#cccccc;
}
.industry-swiper-container-pic .pagination{
    text-align: center;
    font-size:0;
    line-height: 0;
    margin-top:8px;
}
.industry-swiper-container-pic .pagination .swiper-pagination-switch{
    display:inline-block;
    vertical-align: middle;
    width:8px;
    height:8px;
    border-radius: 100%;
    background-color:#fff;
    opacity: 0.5;
	margin: 0 2px;
}
.industry-swiper-container-pic .pagination .swiper-active-switch{
    opacity:1;
}

.industry-pic-list{
    float:none;
    overflow: hidden;
    padding-left:30px;
	
}
.industry-pic-list .item:nth-child(1){border-top:1px solid #e1e1e1;}
.industry-pic-list .item{
    overflow: hidden;
    padding:15px 0;
    border-bottom:1px solid #e1e1e1;
}
.industry-pic-list .item .date{
    float:left;
    font-size:16px;
    color:#999;
    line-height:1;
    font-family: Arial, Helvetica, sans-serif;
}
.industry-pic-list .item .date .day{
    font-size:24px;
    font-weight: bold;
    color:#204f93;
    margin-bottom:14px;
    line-height: 28px;
}
.industry-pic-list .item .con{
    float:none;
    overflow: hidden;
    padding-left:25px;
}
.industry-pic-list .item .title{
    display:block;
    font-size:16px;
    line-height: 28px;
}

.industry-list-news .news-list{
    padding:0 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.internationnal_exchange .industry-swiper-container-pic{
    width:385px;
}
.internationnal_exchange .industry-swiper-container-pic .pic{
    padding-top:76.6234%;
}
.internationnal_exchange .industry-swiper-container-pic .mark{
    width:65px;
    background-color:#0f4c81;
}
.internationnal_exchange .industry-swiper-container-pic .content{
    padding-left:80px;
}


.internationnal_exchange .industry-pic-list .item{
    padding:10px 0;
}
.internationnal_exchange .industry-pic-list .item .title{
    line-height: 26px;
}
.internationnal_exchange .industry-pic-list .item .date{
    font-size:14px;
}
.internationnal_exchange .industry-pic-list .item .date .day{
    margin-bottom:13px;
    line-height: 26px;
}

.internationnal_exchange .industry-jiaoliu-swiper{
    padding:0 40px;
}
.internationnal_exchange .industry-jiaoliu-swiper .margin-box{
    margin:0;
}
.internationnal_exchange .industry-jiaoliu-swiper:after{
    display:none;
}
.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide{
    height:96px;
    padding:0;
    padding-bottom:6px;
    position: relative;
	cursor: pointer;
}
/*.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide-active:after*/

.internationnal_exchange .industry-jiaoliu-swiper .active:after{
    content:"";
    position: absolute;
    width:0;
    height:0;
    border:6px solid transparent;
    border-top-color:#0f4c81;
    left:50%;
    margin-left:-6px;
    top:90px;
}
.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide .mod-table{
    box-sizing: border-box;
    border:1px solid #eeeeee;
}
.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide .mod-table:hover{
    background-color: #fff;
    color: #333;
}
/*.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide-active .mod-table:hover*/
.internationnal_exchange .industry-jiaoliu-swiper .active .mod-table:hover{
    background-color:#0f4c81;
    color:#fff;
}
/*.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide-active .mod-table*/
.internationnal_exchange .industry-jiaoliu-swiper .active .mod-table{
    border-color:#0f4c81;
    background-color:#0f4c81;
    color:#fff;
}

.internationnal_exchange .industry-list .inner{
    border-top-width: 4px;
}
.internationnal_exchange .industry-list .con{
    padding:20px;
    padding-top:16px;
    height:245px;
}
.internationnal_exchange .industry-list .con .time{
    color:#666666;
    overflow: hidden;
}
.internationnal_exchange .industry-list .con .time span{
    float:left;
}
.internationnal_exchange .industry-list .con .time em{
    float:none;
    display:block;
    overflow: hidden;
    text-align: right;
    padding-left:10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.internationnal_exchange .industry-list .con .title{
    font-size:16px;
    line-height: 28px;
    font-weight: bold;
    margin-top:10px;
}
.internationnal_exchange .industry-list .con .desc{
    margin-top:15px;
}
.internationnal_exchange .industry-list .con .detail{
    margin-top:10px;
    color:#0f4c81;
}
.internationnal_exchange .organize-desc{
    padding:0 40px;
    margin-top:30px;
    font-size:16px;
    line-height: 28px;
    text-align: justify;
}
.internationnal_exchange .organize-desc .info{
    display:none;
}

.scientific-desc{
    background-color:#fafafa;
    font-size:16px;
    line-height: 28px;
}
.scientific-desc .desc{
    padding:20px;
}
.scientific-page .news-list{
    background-color:#fafafa;
    padding:0 20px;
}

.scientific-link{
    text-align: center;
    line-height: 110px;
    font-size:18px;
    color:#fff;
    margin-top:50px;
}
.scientific-link a{
    display:block;
    background-color:#275e8e;
}


.leaders-section+.leaders-section{
    margin-top:40px;
}
.leaders-title{
    padding-left:20px;
    background:url(../images/leaders-title-bg-left.jpg) no-repeat left center;
    height:45px;
    overflow: hidden;
    margin-bottom:25px;
}
.leaders-title .title{
    float:left;
    height:100%;
    width:136px;
    text-align: center;
    font-size:18px;
    color:#fff;
    line-height: 40px;
    background:url(../images/leaders-title-bg-repeat.jpg) repeat-x left center;
}
.leaders-title .right{
    float:none;
    overflow: hidden;
    height:100%;
    background:url(../images/leaders-title-bg-right.jpg) no-repeat left center;
}

.leaders-list .inner{
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.14);
    text-align: center;
}
.leaders-list .pic{
    width:100%;
    padding-top:132.9268%;
    position: relative;
    overflow: hidden;
}
.leaders-list .pic img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.leaders-list .name{
    font-size:16px;
    line-height: 40px;
}

.leaders-intro{
    background-color:#0f4c81;
    overflow: hidden;
}
.leaders-intro .pic{
    float:left;
    width:360px;
}
.leaders-intro img{
    max-width: 100%;
    height:auto;
}
.leaders-intro .desc{
    float:none;
    overflow: hidden;
    color:#fff;
    padding:40px 30px 0 30px;
}
.leaders-intro .desc .name{
    font-size:36px;
}
.leaders-intro .desc .label{
    font-size:18px;
    margin-top:10px;
}
.leaders-intro .desc .intro{
    font-size:16px;
    line-height: 28px;
    padding-top:35px;
    margin-top:25px;
    text-align: justify;
    border-top:1px solid #87a6c0;
    max-height: 196px;
    overflow: hidden;
}
.leaders-detail .news-list{
    background-color:#fcfcfc;
}
.leaders-detail .news-bor{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
.leaders-detail .news-list li{
    padding-left:10px;
    padding-right:10px;
}


.complaints-form{
    padding:0 100px 50px 100px;
}
.complaints-form .cur-menu{
    width:115px;
    line-height: 40px;
    background-color:#0f4c81;
    color:#fff;
    font-size:16px;
    text-align: center;
}
.complaints-form .section{
    margin:40px 0;
}
.complaints-form .submit{
    display:block;
    border:none;
    background-color:#0f4c81;
    color:#fff;
    text-align: center;
    width:108px;
    line-height: 45px;
    font-size:16px;
    font-weight: bold;
    margin:0 auto;
	cursor: pointer;
}
.complaints-form .textarea{
    display:block;
    width:100%;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #bfbfbf;
    height:250px;
}
.complaints-form .tips{
    font-size:14px;
    color:#999;
}
.complaints-form .tit{
    display:inline-block;
    font-size:18px;
    font-weight: bold;
    line-height: 35px;
    vertical-align: middle;
    margin-right:10px;
}
.complaints-form .sectit{ margin-bottom:15px;} 

.complaints-form .title{
    float:left;
    line-height: 35px;
    font-size:16px;
}
.complaints-form .inpbox{
    float:none;
    overflow: hidden;
    padding-left:20px;
}
.complaints-form .selinpbox{ overflow: visible; width: 394px; float: left;}

.complaints-form .selinpbox .long-selects div.select-arrow{    background: url(../images/arrow-d2.png) center center no-repeat;}
.complaints-form .selinpbox div.select-main{    border: 1px solid #e5e5e5;}
.complaints-form .inpinline{
    display:inline-block;
    vertical-align: middle;
}
.core-auto{ width:auto!important;  float: none!important;}
.complaints-form .core-auto input{ display: none;}
.complaints-form .core-auto label{ width: 80px; height: 30px; border-radius:6px; line-height: 30px; color: #fff; background: #0f4c81; display: inline-block; text-align: center; vertical-align: middle; margin-right: 10px; cursor: pointer;}

.complaints-form .core-auto .title{ width: 120px;}

/*提交成功提示框*/
.mod-succbox{ position:fixed; background:rgba(0,0,0,.5); left: 0; top: 0; width: 100%; height: 100%; z-index: 99999;}
.mod-succbox .succ-inner{ display: table; width: 100%; height: 100%;  vertical-align: middle; text-align: center;}
.succ-tips{ display: table-cell; height: 100%; width: 100%; vertical-align: middle;}
.succ-tips span{ display: block;width: 90%; background: #fff; border-radius:10px;  max-width: 590px; height: 200px; margin: 0 auto;}
.succ-tips span i{ margin-top: 50px; display: inline-block; height: 95px; line-height: 95px; font-size: 32px; color: #0f4c81; background:url(../images/succ_icon1.png) no-repeat; padding-left: 142px;}


.ftips{ color:#999;} 

.complaints-form .input{
    display:block;
    width:100%;
    min-width: 310px;
    box-sizing: border-box;
    height:35px;
    border:1px solid #e5e5e5;
    font-size:16px;
    padding:0 10px;
}
.complaints-form .after:after{
    content:"*";
    display:inline-block;
    vertical-align:middle;
    color:#fff;
}
.complaints-form .required:after{
    content:"*";
    display:inline-block;
    vertical-align:middle;
    color:#fc0303;
}
.complaints-form .select {
    position: relative;
}
.complaints-form .select .wrap{
    display:block;
    width:510px;
    box-sizing: border-box;
    height:35px;
    border:1px solid #e5e5e5;
    font-size:16px;
    position: relative;
}
.complaints-form .select .wrap .iconfont{
    position: absolute;
    right:10px;
    top:50%;
    margin-top:-12px;
    color:#9f9f9f;
	font-size:20px;
}
.complaints-form .select .sea{
    float:left;
    width:40px;
    height:100%;
    background:url(../images/sea.png) no-repeat center center;
    position: relative;
}
.complaints-form .select .sea:after{
    content:"";
    position: absolute;
    right:0;
    top:15%;
    height:70%;
    width:1px;
    background-color:#e5e5e5;
}
.complaints-form .select .inpbox{
    height:100%;
}
.complaints-form .select .inpbox input{
    display:block;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    border:none;
    background: none;
}
.complaints-form .select .list{
    position: absolute;
    width:100%;
    box-sizing: border-box;
    left:0;
    top:35px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    line-height: 30px;
    max-height: 210px;
    overflow:auto;
}
.complaints-form .select .list li{
    padding:0 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.complaints-form .select .list li:hover{
    color:#fff;
    background-color:#0f4c81;
}

#citytips{
    padding-left:15px;
    height:49px;
    background:url(../images/tooltip-left.png) no-repeat left top;
}
#citytips .city-tips{
    padding-right:15px;
    height:100%;
    background:url(../images/tooltip-right.png) no-repeat right top;
    line-height: 36px;
}

.mapTipContent{
    width:100%;
}
.mapTipContent .city-name{
    font-size:24px;
    color:#0f4c81;
    margin-bottom:20px;
}
.mapTipContent .table-scroll{
    height:330px;
    overflow: auto;
}
.mapTipContent .table{
    width:100%;
    table-layout: fixed;
    text-align: center;
}
.mapTipContent .table  td{
    height:55px;
}
.mapTipContent .table thead td{
    font-size:16px;
    background-color:#f5f5f5;
}
.mapTipContent .table tbody tr:nth-child(even) td{
    background-color: #f5f5f5;
}
.mapTipContent .table tbody tr:hover td{
    color:#0f4c81;
}
.mapTipContent .ul{
    overflow: hidden;
    border-top:1px solid #b2c5d6;
    border-bottom:1px solid #b2c5d6;
    line-height: 54px;
    margin-right:-1px;
}
.mapTipContent .ul .tab-tit{
    float:left;
    width:50%;
    padding-right:1px;
    box-sizing: border-box;
    cursor: pointer;
}
.mapTipContent .ul .tab-tit a{
    display:block;
    text-align: center;
    font-size:18px;
    color:#0f4c81;
    background-color:#e7edf2;
}
.mapTipContent .ul .active a{
    background-color:#0f4c81;
    color:#fff;
}

.online-complaints-intro{
    padding:20px;
    background-color:#f0f0f0;
    font-size:16px;
    line-height: 32px;
}
.online-complaints-intro .title{
    line-height: 1;
    font-size:0;
}
.online-complaints-intro .title span{
    display:inline-block;
    padding-right:10px;
    font-size:24px;
    border-right:4px solid #0f4c81;
}
.online-complaints-intro p{
    margin-bottom:0;
    padding-bottom:0;
    line-height: 32px;
}

.online-complaints-flow {
    margin-top:40px;
}
.online-complaints-flow .item{ cursor: pointer;} 
.online-complaints-flow .mod-table{
    height:100px;
    color:#fff;
    font-size:22px;
    text-align: center;
}
.online-complaints-flow .item1 .inner{
    background:url(../images/complaints-flow-1.jpg) no-repeat center center;
    background-size:cover;
}
.online-complaints-flow .item2 .inner{
    background:url(../images/complaints-flow-2.jpg) no-repeat center center;
    background-size:cover;
}
.online-complaints-flow .item3 .inner{
    background:url(../images/complaints-flow-3.jpg) no-repeat center center;
    background-size:cover;
}
.online-complaints-flow .item4 .inner{
    background:url(../images/complaints-flow-4.jpg) no-repeat center center;
    background-size:cover;
}
.online-complaints-flow .inner span{
    display:inline-block;
    padding-right:55px;
    background:url(../images/arr1.png) no-repeat right center;
}
.online-complaints-flow .inner{
    position: relative;
}
.online-complaints-flow .item .popup{
    position: absolute;
    width:100%;
    bottom:100%;
    left:0;
    padding-bottom:15px;
    display:none;
}
.online-complaints-flow .inner:hover .popup{
    display:block;
}
.online-complaints-flow .item .desc{
    background-color:#fff;
    padding:10px 20px;
    border-radius: 5px;
    line-height: 24px;
    box-shadow: 0px 4px 4.65px 0.35px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: relative;
}
.online-complaints-flow .item .desc:after{
    content:"";
    width:0;
    height:0;
    border:10px solid transparent;
    border-top-color:#fff;
    position: absolute;
    top:100%;
    left:50%;
    margin-left:-10px;
}

.online-complaints-type{
    margin-top:40px;
}
.online-complaints-type .mod-table{
    height:113px;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
}
.online-complaints-type .mod-table .mod-td{
    padding-left:30px;
    font-size:22px;
}
.online-complaints-type .mod-table .tit{
    font-size:16px;
}
.online-complaints-type .mod-table .email{
    padding-left:90px;
    background:url(../images/complaints_mail.png) no-repeat left center;
}
.online-complaints-type .mod-table .mobile{
    padding-left:80px;
    background:url(../images/complaints-telphone.png) no-repeat left center;
}

.online-complaints-quick-tips{
    overflow: hidden;
    margin-top:40px;
    background-color:#f0f0f0;
    position: relative;
}
.online-complaints-quick-tips:after{
    content:"QUICK TIPS";
    font-family: Arial, Helvetica, sans-serif;
    font-size:100px;
    position: absolute;
    right:0;
    bottom:0;
    line-height: 1;
    font-weight: 900;
    opacity:0.04;
}
.online-complaints-quick-tips .icon{
    float:left;
    height:180px;
    width:180px;
    border-right:2px solid #fff;
    background:url(../images/quick-tips.png) no-repeat center center;
}
.online-complaints-quick-tips  .tips{
    float:none;
    overflow: hidden;
    height:180px;
    padding-left:30px;
    font-size:16px;
    line-height: 32px;
}
.online-complaints-quick-tips  .tips p{
    margin:0;
    padding:0;
    line-height: inherit;
    font-size:inherit;
	padding-left: 20px; position: relative;
}
.online-complaints-quick-tips  .tips p:after{ content: ""; position: absolute; width: 8px; height: 8px; background: #0f4c81; left: 0; top: 12px;}


.online-complaints-quick-tips  .tips h2{
    font-size:20px;
    font-weight: normal;
	margin-bottom: 10px;
}
.online-complaints-quick-tips .tips .mod-table{
    height:100%;
}










/**//*----首页----*/
i {
    font-style: normal;
}

.wrap-layer {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

body,html{ width: 100%; min-width: 1300px; overflow-x:hidden; position: relative;}
/*头部*/
.mod-headers {width:100%; left:0; top:0; height:160px; position:absolute; z-index:9990;}
.mod-headers  .wrap-layer{ background: #fff;height:140px; margin-top: 20px;}
.innerheaders .wrap-layer{ padding-top: 20px; margin-top: 0;}
/*导航*/
.wrap-nav{ position: relative; background: #f9f9f9;}
.navMenu {
    background: #f9f9f9; height: 48px;
}

.navMenu>li {
    display: inline-block;
}

.navMenu>li>a {
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    display: block;
    padding: 0 8px;
	 width: 130px;
	box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    color: #000; text-align: center;
    /*border-bottom:transparent solid 2px;*/
    /*text-shadow:#fff 1px 1px;*/
}
.navMenu>li>a:hover{}

.navMenu>li.cr>a,
.navMenu>li>a:hover,.navMenu>li>a:hover *,.navMenu>li.cr>a * {
color: #fff;background: #0f4c81;
}

.navMenu>li.cr>a,
.navMenu>li:hover>a {
    height: 48px;
}

.navMenu .sub-menus {
    position: absolute;
/**/   top: 48px; 
/*   top:-1800px;*/
   left: 0;
   width: 1300px;
   height:auto;
   overflow: hidden;
    /*height:80px;*/
   background: #fff;
 transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    opacity: 0;
    text-align: left;
	box-shadow: -5px 0 5px rgba(0,0,0,0), 5px 0 5px rgba(0,0,0,0), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06);
	
}

.navMenu>li>.sub-menus{ border-top:2px solid #0f4c81; padding-bottom: 50px;}
.navMenu .sub-menus>ul{ margin-right: -10px; display: block; padding-top:30px;}
.navMenu .sub-menus>ul>li {
    line-height: 40px;
    /*min-width: 72px;*/
    text-align: left;
    font-size: 14px;  float: left; display: block; width:25%; box-sizing: border-box;  
    padding: 0 30px 0 50px;/* border-left: 1px solid #f9f9f9;*/
	position: relative;
}
.navMenu .sub-menus>ul>li>ul>li{ line-height: 180%;}
.navMenu .sub-menus>ul>li>a{ color: #0f4c81; font-size: 16px;}
.navMenu .sub-menus>ul>li:after{  content: ""; display: block;position:absolute;  
                top:12px;  
                left:30px;  
                height: 16px;
/*                border-top:5px solid transparent;  
                border-bottom:5px solid transparent; */ 
                border-left:4px solid #0f4c81;}
.navMenu .sub-menus>ul {
    /* position: relative;*/
    display:block;
    text-align: left!important;
}

/*.sub-menus ul li.cr,*/
.navMenu .sub-menus>ul>li:hover>a{ color: #0f4c81;}

.navMenu .sub-menus>ul>li:hover {   text-align: left;}

.navMenu>li:hover .sub-menus {
    opacity: 1;
    z-index: 10000;

}
.navMenu>li>.sub-menus:after{ position: absolute;  border-left: 1px solid #e5e5e5; content: ""; display: block; left: 25%; top: 30px; bottom: 30px;}
.navMenu>li>.sub-menus:before{ position: absolute;  border-left: 1px solid #e5e5e5; content: ""; display: block; left: 50%; top: 30px; bottom: 30px;}
.navMenu>li>.sub-menus>ul:after{position: absolute;  border-left: 1px solid #e5e5e5; content: ""; display: block; left: 75%; top: 30px; bottom: 30px;}

.navMenu li>ul>li:hover span{ color:#0f4c81!important;}

.innerheaders{ position: relative; background: #fff;}

/* 侧边栏样式 */
.leftMenuBox{ background: #fff;box-shadow: 0px 6px 16px 0px #aaa;-webkit-box-shadow: 0px 6px 16px 0px #aaa;-moz-box-shadow: 0px 6px 16px 0px #aaa;-ms-box-shadow: 0px 6px 16px 0px #aaa; }
.leftMenuBox>ul>li>a{ padding-left: 2px;text-indent: 22px; }
.leftMenuBox a { display: block; width: 96%; line-height: 36px; color: #ccc; box-sizing: border-box; color: #333;
    padding-top:18px; padding-left: 16px; background-color: white; position: relative; text-indent: 30px;font-size: 16px;}
/* .leftMenuBox a i { width:8px;height: 13px; background: url('../images/iconBox.png') no-repeat 0 -108px; position: absolute; right: 20px; top: 32%; color: #ccc;} */
.leftMenuBox a i:after { content: "\e666"; font-family: "iconfont" !important; font-size: inherit; font-style: normal; -webkit-font-smoothing: antialiased;position: absolute;right: 6px;top:15px;font-weight: bold;}
/* .leftMenuBox a span { width:13px;height: 13px; background: url('../images/iconBox.png') no-repeat -16px -108px; position: absolute; left: 20px; top: 32%; color: #ccc;} */
.leftMenuBox a span { display: inline-block; -vertical-align: middle; width: 10px; height: 10px; position: relative; background-color: #dbdbdb; margin-right: 12px;}
.leftMenuBox a span:after { content: ""; position: absolute; width: 10px; height: 10px; background-color: #b3b3b3; left: 2px; top: 2px;}

.leftMenuBox .active>ul{ display: block; }
.leftMenuBox .active>a{ color: #0f4c81; box-sizing: border-box; border-bottom: 1px solid #0f4c81; }
/* .leftMenuBox .active>a>i:after{ transform: rotate(90deg);-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg);-ms-transform: rotate(90deg);color: rgb(181,29,31); } */
.leftMenuBox .active>a>i:after{ content: "\e665"; }
.leftMenuBox .active>a>span { background-color: #c4d2df;}
.leftMenuBox .active>a>span:after { background-color: #0f4c81;}

.leftMenuBox>ul>li ul { width: 100%; padding-left: 10px; display: none; }
.leftMenuBox ul li.fw{ font-weight: bold; }
.leftMenuBox .fw>a>span { background-color: #c4d2df;}
.leftMenuBox .fw>a>span:after { background-color: #0f4c81;}

.ui-paging-container{ margin: 20px auto; }
.ui-paging-container li{ padding: 2px 7px; margin: 5px 0 5px 5px; }
.ui-paging-container .focus{ margin:0 0 0 5px;vertical-align: unset; }


/*搜索以及logo*/
.wrap-search{ height: 65px; padding-top:27px; }

.logos {float:left; width:405px; margin-left: 33px; margin-top: -6px;}
.searchs{ float:right; margin-right: 35px; padding-right: 65px; position: relative;}
.logos img { display: block;}
.searchs input {color:#333; width:248px; height:40px; line-height: 40px; padding: 0 10px; border: 1px solid #ccc; border-right: none;box-sizing: border-box; /*border-bottom-left-radius:5px; border-top-left-radius: 5px;*/}
.searchs a{ width:68px; height:40px; background:#0f4c81 url(../images/search.png) center center no-repeat; display: block; line-height:999px; overflow: hidden; position:absolute; right: 0; top: 0;/* border-radius:5px;*/ }
.wrap-nav .mod-en{ position:absolute;  right:35px; top: 0;}
.wrap-nav .mod-en span{ display: block; min-width: 50px; height: 48px; line-height: 48px; padding-right: 15px; position: relative; cursor: pointer; text-align: center; padding-left: 15px;}
.wrap-nav .mod-en span:after{ position:absolute; content: "";   top:22px;  
right:5px;width:0;height:0; border-left:6px solid transparent;  
 border-right:6px solid transparent;  border-top:6px solid #0f4c81;  }
.wrap-nav .mod-en ul {padding: 5px 10px; min-width: 50px; text-align: center;background: #fff; border: 1px solid #eee; box-shadow: -5px 0 5px rgba(0,0,0,0), 5px 0 5px rgba(0,0,0,0), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06); display: none;}
.wrap-nav .mod-en ul li{ line-height: 35px; border-bottom: 1px solid #f9f9f9;}
.wrap-nav .mod-en ul li:hover a{  color: #0f4c81;}
.wrap-nav .mod-en:hover ul{ display: block;}
img{ max-width: 100%; height: auto;}

/*banner图*/
.mod-indexbanner{ position: relative; overflow: hidden; max-height: 805px;}
.mod-indexbanner .swiper-wrapper{  width: 999999px; height: auto!important;}
.mod-indexbanner .swiper-wrapper .item-cell{height: auto!important;}
.mod-indexbanner img{ max-width: 100%; height: auto; display: block;}
.swiper-container-1{overflow: hidden;}
.roll-btn{ position: absolute; top: 59%; margin-top: -25px; left: 50%; width: 1300px; margin-left: -650px; z-index: 99;}

.arrow-l,.arrow-r{background:url(../images/bt_l.png) center 0 no-repeat;   width: 47px; height: 47px;  float: left; cursor: pointer; z-index: 99;}
.arrow-r{background:url(../images/bt_r.png) center 0 no-repeat;  float: right;  }

/*新闻滚动*/

.roll{ position: relative;  height: 60px;  line-height: 60px; overflow: hidden;padding-left:155px;
  z-index: 8; margin-top: -60px; background: rgba(0,0,0,.35);  padding-right: 25px;}
.roll .roll-tits{  margin-left:0;  height: 60px; line-height: 60px; position: absolute; left:25px; top: 0;}
.roll .roll-tits span{ padding-left:35px; color:#fff; background:url(../images/noticeico.png) 0 center no-repeat; padding-right: 30px; font-size: 16px;}
.roll li{  padding: 0; margin: 0; height: 60px; line-height: 60px; margin-right: 40px; overflow: hidden; display: block;}
.roll li a{ font-size: 16px; color: #fff; }
.roll li a:hover{ color:#FFF6BC;}
.H30{ height:20px;}

/*快速入口开始*/
.mod-servicelinks{background:url(../images/servicebg.jpg); min-height: 213px;  }
.mod-servicelinks li{ width: 14.2%; min-height:76px; float: left; text-align: center; padding:15px 0 15px 0; position: relative;}
.mod-servicelinks li img{ display: inline-block;}
.mod-servicelinks li a{ display: block; position: relative; z-index: 2;}
.mod-servicelinks li:hover{ background: #135185}
.mod-servicelinks li span{ display: block; color:#fff; font-size: 16px; padding-top: 8px;}
.mod-servicelinks li:after{ content: ""; border-left: 1px solid #37658c; height: 100%; position: absolute; left: 0; bottom:0; }
.mod-servicelinks li:before{content: ""; border-bottom: 1px solid #37658c; height: 60px; position: absolute; left: 0; bottom:0; width: 100%;}
.mod-servicelinks li.servicelinks-tits{ height: 200px; line-height: 183px; box-sizing: border-box; border-bottom: none;}
.mod-servicelinks li.servicelinks-tits span{ font-size: 30px; display: inline-block; padding-top:10px;
/* background:url(../images/line_bg.png) 0 bottom no-repeat;*/  border-bottom:4px solid #fff; padding-bottom: 20px; line-height: 100%;
}
.mod-servicelinks li.servicelinks-tits:before{ display: none;}

.mod-servicelinks li.servicelinks-tits:hover{ background: none;}

/*快速入口结束*/

/*业务服务开始*/
.ser-tab{ text-align: center;}
.ser-tab ul{background: url(../images/com-tit-bg.png) repeat-x left bottom; padding-bottom: 28px;}
.ser-tab *{ display: inline-block; font-size: 30px;  color: #333;}
.ser-tab li{ padding: 0 32px;  cursor: pointer;}
.ser-tab li.cr *{ font-size:36px; color:#0f4c81;}

.mdbox-l{ width: 650px;box-sizing: border-box; float: left; box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); }
.mdbox-r{ width: 630px; padding: 25px 20px 5px 20px; box-sizing: border-box; float: right; box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); }
.ser-info .mdbox-l,.ser-info .mdbox-r{ height:392px;}
.ser-info .mod-news-3 ul li{ height: 70px; line-height: 70px;}
.ser-info .mod-news-3 ul li:after{ top: 30px;}

.s-link a{ display: inline-block; text-align: center; float: left;height: 120px; line-height: 120px; width: 50%; box-sizing: border-box;}
.s-link a span{color: #000; font-size: 18px;}
.s-link img{ vertical-align: middle; display: inline-block; width: 45px; height: 45px; margin-right: 22px;}
.s-link a.s-ico1,.s-link a.s-ico3{ padding-left: 0;/* margin-right: 45px; padding-right: 45px;*/ /*border-right: 1px solid #f5f5f5;*/ position: relative;}
.s-link a.s-ico3,.s-link a.s-ico4{ /*border-top: 1px solid #f5f5f5;*/}
.s-link a:hover span{color:#0f4c81;}
.s-link a.s-ico1:after{ position:absolute; content:"";width: 1px; background: #eee; height: 35px; right: 0; top: 50%; margin-top: -16px; }

.s-link2{ padding: 10px 20px 20px 20px; height: 100%; overflow: hidden;}
.s-link2 a{height:80px; line-height:80px; text-align: left; padding-left: 40px!important;border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.s-link2 a.s-ico1:after{ display: none;}

.s-link2 a.s-ico2,.s-link2 a.s-ico4{ border-right: none;}
.s-link2 a.s-ico3,.s-link2 a.s-ico4{border-bottom: none;}

.cur-tits2{background:url(../images/m-icon15.png)  no-repeat; padding-left: 80px; height: 55px; line-height: 55px; font-size: 24px; color: #0f4c81; margin-bottom: 22px; }

.mod-news-15 ul li{ position: relative; padding-left: 90px; height: 70px; line-height: 70px; overflow: hidden; border-top:1px solid #eee;}
.mod-news-15 ul li a{ font-size: 16px; color: #333333;}
.mod-news-15 ul li cite{ position: absolute; left:0; top: -3px; font-family: "arial" }
.mod-news-15 ul li cite i{font-size: 18px; color: #666;}
.mod-news-15 ul li cite span{ font-size: 36px; color: #333;}
.mod-news-15 ul li a:hover{color: #0f4c81;}
.notice-tab{margin-bottom: 20px;/*border-bottom:1px solid #eee; padding-bottom: 20px;*/}
.notice-tab span{font-size: 24px; color: #999; margin-right: 40px; padding-bottom: 15px; display: inline-block; cursor: pointer;}
.notice-tab span.active{ color: #0f4c81; border-bottom:4px solid #0f4c81;}
.mod-exams .mdbox-r{ padding-bottom: 5px; overflow: hidden;}
.mod-exams .mod-news-3 ul,.mod-selflist .mod-news-3 ul{ margin-top:0;}

.mod-selflist .mdbox-l{padding: 25px 20px 5px 20px; }

.cur-tits3{background:url(../images/nico6.png)  no-repeat; height: 50px; line-height: 50px; padding-left: 68px; color: #333; padding-bottom:5px;}
.cur-tits4{background:url(../images/nico7.png)  no-repeat;height: 50px; line-height: 50px;padding-left: 68px;color: #333;padding-bottom:5px;}

/*首页图片新闻*/
.layer-7{ float: left;}
.layer-7,.mod-indexnews .industry-swiper-container-pic{ width: 650px;}
.mod-indexnews .industry-swiper-container-pic .pic{ padding-top:62%;}
.mod-indexnews .industry-swiper-container-pic .mark{ font-size: 28px; width: 112px; background: #0f4c81; height: 90px;}
.mod-indexnews .industry-swiper-container-pic .content{ color: #333; height: 90px; position: static; background: #fff; padding-left: 128px; padding-top: 18px; font-size: 18px; box-sizing: border-box; }
.mod-indexnews .industry-swiper-container-pic .content .time{ font-size: 16px; color: #999;}
.mod-indexnews{background:url(../images/qsbg.jpg) center 0 no-repeat;}
.com-tit15{ margin-bottom: 70px; position: relative;}
.com-tit15 span{ font-size: 30px; color: #fff; }
.com-tit15 a,.news-tab .tab-more a{ cursor: pointer;position: absolute; right: 0; top: 6px;  display: block; width: 30px; height: 30px; line-height: 9999px; overflow: hidden;background:url(../images/bt_r1.png) right 0 no-repeat;}

.layer-8{ width: 630px; float: right;}
.news-box{ background: #ffffff; padding:30px 20px 20px 20px;}
.news-tab{margin-bottom: 70px; position: relative;}
.news-tab span{ cursor: pointer;font-size: 30px; color: #fff; margin-right: 48px; position: relative;}
.news-tab span a{}
.news-tab .tab-more{ position: absolute; right: 0; top: 6px; width: 30px; height: 30px;}
.news-box .mod-news-3 ul{ margin-top: -15px;}
.news-tab span.active:after{ content:""; width: 100%; position: absolute; left: 0; bottom: -15px; border-bottom: 4px solid #fff;}
.news-tab .tab-more a{ position: static;}

/*上市品种*/
.mod-market{background:url(../images/marketbg4.jpg) center 0;}

.market-prowrap{ margin-right: -20px; }
.market-prowrap .item-cell{ width: 420px; float: left; margin-bottom: 20px; margin-right:20px; position: relative;}
.market-prowrap .item-cnt{position: absolute; bottom: 0; left: 0; right: 0;}
.market-prowrap .item-pic {}
.market-prowrap .item-pic img{  height:277px; width:420px;}
.market-prowrap .item-tit *{ }
.market-prowrap .item-tit{ }
.market-prowrap .item-tit a{height: 70px; line-height: 70px; color: #fff; display: block; background: rgba(0,0,0,.5); font-size: 24px; text-align: center; cursor: pointer;} 
.market-prowrap .item-cell:hover .item-cnt .item-tit a{ height: 277px; line-height: 277px;}

/*首页市场行情*/
.market-tab{ margin-bottom: 20px; white-space: nowrap;}
.market-tab li{ background:#eee; display: inline-block; width: 105px; height: 32px; line-height: 32px; text-align: center; font-size: 16px;  vertical-align: bottom; cursor: pointer;}
.market-tab li.active{ color: #fff; background: #0f4c81; height: 36px; line-height: 36px; font-size: 16px;}
.mod-table-9.mod-table-10 thead th{ font-size: 16px; color: #333; font-weight: bold;}
.mod-table-9.mod-table-10 tbody td{ font-size: 16px;}
.qh-trend{ position: relative;}
.qh-trend>span{ font-size: 16px; margin-top: 14px; margin-left: 15px; color: #333; float: left;}
.qh-trend>span:before{ vertical-align: middle;width:30px; height:3px; background: #d21111; content: "";  display: inline-block; margin-right: 8px;}
.qh-trend .trend-sel{ float: right; margin-right: 55px; margin-top:5px;}
.qh-trend .trend-sel .sel-1{ width:130px; display:inline-block; margin-right:5px;}
.qh-trend .trend-sel .sel-2{ width:130px;display: inline-block;}
.qh-trend .long-selects div.select-block{    border: 1px solid #eee; background: #fff;}
.qh-trend .qh-more a{ display: block;width: 30px; height: 30px; background:url(../images/mores_r1.png) center 0 no-repeat;}
.qh-trend .qh-more{ position: absolute; right: 0; top: 8px;}
.trend-chart{ width:630px; height: 340px; margin-top: 16px;  }
.data-totaltit{ font-size:20px; color:#333; text-align: center; margin-bottom:35px;}
.strend-total{ width: 630px; height: 500px;}
.month-days{ padding-top: 30px;}
.month-days ul{  overflow: hidden; }
.month-days ul li{ margin-top: -2px; margin-left: -2px; width: 33.33%; float: left; height: 235px; text-align: center; padding:45px 10px 0 10px;   box-sizing: border-box; border-top: 1px solid #eee; border-left: 1px solid #eee;}
.month-days ul li img{ margin: 0 auto;}
.month-days ul li h3{ margin: 15px 0; font-size: 14px; color: #333; font-weight: normal;}
.month-days ul li i{ font-size: 30px; color: #0f4c81;}

.ser-info{ min-height: 412px;}


/*内页banner图*/
.mode-banner{ width:100%; position:relative; overflow:hidden;}
.banner-cnt{ float:left; position:relative; right:50%;}	
.mode-inner{float:left; position:relative; left:50%;}
.mode-inner img{ max-width:none; display:block;}
.inner-wrapcur{ position:absolute; bottom:60px; left:0; right:0;}
.inner-wrapcur *{ color: #fff;}
.curmenu{ font-size:48px; font-weight:bold; color:#fff;}
.cur-locals{  line-height: 59px; font-size: 12px;}
.cur-locals span{ color:#fff; margin:0 4px; font-weight: bold;}
.cur-locals a{margin:0 4px; font-size: 12px;}
.cur-locals a:hover{color:#ff0713;}
.mode-banner2 .inner-wrapcur{ bottom: 0;}

.banner-text{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.banner-text .layer-wrapper{
    height:100%;
}
.banner-text .mod-table{
    height:100%;
}
.banner-text .curmenu{
    position: relative;
}
.banner-text .curmenu .cur{
    line-height: 1;
}
.banner-text .curmenu .crumb{
    font-size:14px;
    font-weight: normal;
    position: absolute;
    top:100%;
    margin-top:20px;
    right: 0;
}


/*底部*/
.footer{ background:#222933; }
.mod-copy{ background:#191f27;}
.bom-logo-wrap{  position: relative; z-index: 5;  top: -70px; }
.bom-logo{float:left;}
.bom-logo img{ }
.fot-r { float: right;text-align: right; padding-top: 120px;}
.fot-r>*{ display: inline-block;}
.copys{ height: 68px; line-height: 68px;}
.copys *{color: #fff; opacity: .6;}
.copys span{ float: right;}
.H45 {height: 45px;}
.focus{ display: inline-block; margin: 0 10px; position: relative; vertical-align: middle;}
.focus i{ display: none; position: absolute; bottom: 50px;}
.focus i{ width: 110px; left: 50%; margin-left: -70px; height: 110px; max-width: none; padding: 8px; background: #fff;} 
.focus i:after{    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -5px;
    border-top: 10px solid #fff; }
.focus:hover i{ display: block;} 
.links-t{ margin-right: 3px;}
.links-t a{ font-size: 16px; color: #fff; opacity: 0.8}
.links-t a:hover{ opacity: 1;}
.bom-links{ position: relative;}
.bom-links ul{ display: none;text-align: left; position: absolute; width: 218px; height: 180px; overflow-y: auto;  background: #fff;left: 0; top: 36px; /*border-radius:4px;*/ padding: 10px; box-sizing: border-box;  }
.bom-links ul li{  height:32px; line-height: 32px; border-bottom: 1px solid #f9f9f9;}
/**/.bom-links:hover ul{ display: block; }
.bom-links ul li:hover *{ color: #0f4c81;}
.bom-linkstit{ width: 218px; height: 36px; line-height: 36px; text-align:left; /*border-radius:36px;*/  border: 1px solid #919499; color: #fff; box-sizing: border-box; padding: 0 15px; position: relative; font-size: 14px; }
.bom-linkstit span{opacity: 0.8;}
.bom-linkstit:hover span{ opacity: 1;}
.bom-linkstit:after{ position: absolute; right: 10px; top: 14px; color: #fff;content: ""; /*content: "\e74a";*/ /*content: "\e749"; */  font-family:"iconfont" !important;
  font-size:16px; display: inline-block; width: 15px; height: 9px; vertical-align: middle;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;background: url(../images/arrows_1.png) 0 center no-repeat;}

.bom-contacts{  position: relative; top: -18px; margin-bottom: 26px;}
.bom-contacts *{ font-size: 16px; color: #fff;}

.bom-contacts span{ margin-right: 110px; padding-left: 32px;background:url(../images/bottomimg2.png) 0 center  no-repeat; vertical-align: top; opacity: .8; min-height: 25px;}
.bom-contacts span.bom-addr{ margin-right:0;background:url(../images/map_icon.png) left 0 top  4px no-repeat; position: relative; left: 12px;}
.bom-contacts span.bomsites{background:url(../images/map_icon3.png) left 0 top  4px no-repeat;}
.bom-contacts span.bom-tel{ width: auto; display: inline-block;}
.bom-contacts span.complaint-ico{background:url(../images/ts_ico.png) 0 center  no-repeat; display: inline-block;  width: auto;}
.bom-contacts span.bom-addr{ width: auto; display: inline-block;}
.map-site{ text-align: center; /*margin-top: 35px;*/ margin-top: 0; }
.map-site span{ background: #0f4c81; color: #fff; text-align: center; display: inline-block; width: 120px; height: 36px; line-height: 36px; font-size: 16px;  cursor: pointer;}
.map-site span:after{  color: #fff; content: "";/*content: "\e74a";*/ /*content: "\e749"; */  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; margin-left: 8px; width: 16px; height: 40px; display: inline-block;
background: url(../images/arrows_11.png) 0 center no-repeat; vertical-align: middle;

}



.map-site.map-unfold span:after{/*content: "\e749";*/  background: url(../images/arrows_10.png) 0 center no-repeat;}

.site-nav{ padding: 30px 0; overflow: hidden; display: none; border-top: 1px solid #393f48}
.bom-nav{ float: left; margin-right:105px;}
.site-nav-inner{ margin-right: -105px;}

.bom-nav .bom-navtits{ font-size: 16px; color: #fff; margin-bottom: 12px;}
.bom-nav li *{ color: #fff; font-size: 12px;}
.bom-nav li:hover *{opacity:1;}
.bom-nav li{ line-height: 24px;}
.bom-nav li span{opacity:.7;}
/*考试测试中金所杯*/
.grey-bg{ background:#eee;}
.H50{ height: 50px;}
.H125 {height: 125px;}
.nav-tab{ margin-right: -6px; text-align: center;}
.nav-tab li{ width: 180px; height:140px; background: #fff; float: left; margin-right: 6px;
}
.nav-tab li span,.nav-tab li i{  display: block; width: 55px; margin: 0 auto;}
.nav-tab li i{ display: none;}
.nav-tab li a{ display: block; padding-top: 28px;width: 180px; height:140px; box-sizing: border-box; }
.nav-tab li a h3 {color: #0f4c81; font-size: 16px; padding-top: 10px; font-weight: normal;}

.nav-tab li:hover a h3,.nav-tab li.active a h3{color:#fff;}
.nav-tab li:hover a i,.nav-tab li.active  a i{ display: block;}
.nav-tab li:hover a span,.nav-tab li.active  a span{ display: none;}
.nav-tab li:hover,.nav-tab li.active{ background: #0f4c81; }

/*中金所杯*/
.ds-intr{}
.ds-intr .item-cell{ border: 1px solid #f9f9f9;/*box-shadow: -5px 0 5px rgba(0,0,0,0.06), 2px 0 2px rgba(0,0,0,0.06), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06);*/
}
.ds-intr2 .item-cell{ border: none;}
.ds-intr .item-cnt{ width: 670px;height:353px;  float: left; box-sizing: border-box; padding: 20px;}
.ds-intr .item-pic {width:628px; float: left;}
.ds-intr2 .item-pic{ width: auto; float: none;}
.ds-intr2 .item-cnt{ width: auto; float: none; padding: 20px 0 0 0;}
.ds-intr .item-pic img{  height:353px; width:628px; display: block;}
.ds-intr2 .item-pic img{ width: auto; height: auto;}
.ds-intr2 .item-cnt{ height: auto;}
.ds-intr2 .item-mores{ margin-top: 15px;}
.ds-intr2 .item-mores a{ background: #0f4c81; text-align: center; display: inline-block; color: #fff; width: 145px; height: 40px; line-height: 40px; border-radius:5px; 
}
.ds-intr .item-tit *{ }
.ds-intr .item-tit{ }
.ds-intr .item-desc,.ds-intr .item-desc *{  font-size:16px; color:#333; line-height: 30px;}
.ds-intr .item-desc *{}

.mod-enrollintr{ background: url(../images/exam_bg.jpg)  center 0;}

/*报名须知开始*/
.enroll-cnt{ margin-right: -55px; }
.enroll-cnt .item-cell{ width: 622px; float: left; margin-right: 55px; margin-bottom: 25px;}
.enroll-cnt .item-tit span{background: url(../images/enroll_bg.png)  right 0 no-repeat; display: inline-block; height: 34px; line-height: 27px; padding-right: 30px; padding-left: 10px; min-width:96px; text-align: center; color: #fff; font-size: 16px;}
.enroll-cnt .item-desc{ font-size: 16px; line-height: 28px; color: #333;margin-top: 20px;}
.enroll-cnt .blue-css{ display: block; margin-bottom:15px; color: #0f4c81;}
/*报名须知结束*/

.type-tab{ margin-right:-20px; margin-bottom: 40px;}
.type-tab .item-cell{ width:200px; height:116px; border-radius:8px; overflow: hidden;position:relative; float: left; margin-right: 20px;}
.type-tab .item-cnt{ position:absolute; width:100%; height:40px;  bottom:0; background:rgba(0,0,0,.5); padding: 0 8px; box-sizing: border-box; }
.type-tab .item-pic { }
.type-tab .item-pic img{ width:200px; height:116px; }
.type-tab .item-tit *{ font-size: 16px; color: #fff; }
.type-tab .item-tit{ text-align: center; display: table; height: 100%;width: 100%;}
.type-tab .item-tit a{ display: table-cell; height: 100%; vertical-align: middle; width: 100%;}
.type-tab .active .item-cnt{ height: 100%;}


.pro-cnts{ }
.pro-cnts .item-cell{ background: #0f4c81; height:257px;  overflow: hidden;box-shadow: -6px 0 6px rgba(15,16,129,0.06), 6px 0 6px rgba(15,16,129,0.06), 0 -6px 6px rgba(15,16,129,0.06), 0 6px 6px rgba(15,16,129,.06);
}
.pro-cnts .item-cnt{ width: 650px; padding: 25px 25px; box-sizing: border-box; float: left;}
.pro-cnts .item-pic { width: 650px; float: left;}
.pro-cnts .item-pic img{  height:257px; width:650px;}
.pro-cnts .item-tit *{ font-size: 18px; }
.pro-cnts .item-tit{font-size: 18px; margin-bottom: 20px; }
.pro-cnts .item-cnt *{ color: #fff;}
.pro-cnts .item-desc{ line-height: 24px; height: 92px; overflow: hidden;}
.pro-cnts .item-more{ margin-top: 24px; text-align: right;}
.pro-cnts .item-more a{ width: 170px; display: inline-block; background: #ffffff;height:40px; line-height: 40px; text-align: center; color: #0f4c81; border-radius:5px; }
.pro-cnts .item-more a:after{ content: ""; width: 7px; height: 11px;  vertical-align: middle;background: url(../images/ar_ico.png) no-repeat; display: inline-block; margin-left: 8px; position: relative; top: -1px;}

/*最新发布*/
.mod-news-2{ background:#fafafa; height:100%; overflow:hidden; position: relative;}
.mod-news-2 ul{ margin-top: -1px;}
.mod-news-2 ul li{ margin: 0 2.5%; width:45%; box-sizing: border-box; height: 80px; line-height: 80px; float: left; border-top: 1px solid #f2f2f2; padding-right: 100px; position:relative; overflow: hidden;}
.mod-news-2 ul li a{ font-size: 16px; color: #333;}
.mod-news-2 ul li a span{ position: absolute; right: 0; top: 0; color:#999;}
.mod-news-2 ul li a:hover,.mod-news-2 ul li a:hover span{color: #0f4c81; }
.mod-news-2:after{  position: absolute; content: ""; left: 50%; top: 25px; bottom: 25px;  border-left: 1px solid #dcdcdc;}


/*风险提示弹出层开始*/

.boxlayer{ background:rgba(0,0,0,.5); left: 0; top: 0; z-index: 99999; position: fixed;  width: 100%; height: 100%;}
.box-inner{ width:605px; height:320px; background:#0f4c81; border-radius:10px;  left: 50%; top: 50%; margin-left: -302px; margin-top: -160px; position: absolute;}
.warntips{  font-size: 24px; color: #fff; text-align: center; padding-top: 155px;
background: url(../images/wran_ico.png)  center 0 no-repeat; margin-top: -36px; line-height: 43px;
}
.warn-btn { text-align: center; margin-top:35px;}
.warn-btn span{ width: 180px; height: 48px; line-height: 48px; text-align: center; border:1px solid #6f94b3; border-radius:10px; display: inline-block; color: #fff; font-size: 18px; }
.warn-btn i{ padding: 0 7px;}
/*风险提示弹出层结束*/
.box-right{ z-index: 9999; position: fixed; right: 10px; bottom: 20%; width:180px; height:140px; background: #fff; border-radius:10px;box-shadow: -5px 0 5px rgba(0,0,0,0.06), 5px 0 5px rgba(0,0,0,0.06), 0 -5px 5px rgba(255,255,255,0.06), 0 5px 5px rgba(0,0,0,0.06); padding: 20px; box-sizing: border-box; line-height: 24px; }
.box-right h3{ margin-top:-40px; background: url(../images/wran_ico2.png)  0 bottom no-repeat;font-size: 18px; display: block;font-weight: normal; color: #c90915; padding-top: 38px; padding-left:68px; white-space: nowrap; margin-bottom: 10px;}

.timeBar label,.timeBar span{ display: none;}
.timeBar .ss{ display: inline;}
/*研究与出版开始*/
.layer-l3,.layer-r3{ width: 640px; min-height: 420px; box-sizing: border-box; float: left; border: 1px solid #eee;box-shadow: -5px 0 5px rgba(0,0,0,0.02), 5px 0 5px rgba(0,0,0,0.02), 0 -5px 5px rgba(255,255,255,0.02), 0 5px 5px rgba(0,0,0,0.02); padding: 30px 20px 20px 20px;}
.layer-r3{float: right;}
.com-tit5,.com-tit6{font-size:30px; border-bottom: 1px solid #e7e7e7; padding-bottom: 20px; margin-bottom: 20px;}
.com-tit6{ border-bottom: none; padding-bottom: 0; margin-bottom: 25px;}
.com-tit5 a {
    float: right;
    line-height: 30px;
    color: #0f4c81;
    font-size: 14px; margin-top:8px;
}
.com-tit5 a:after{
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.project-intr{ color: #333; font-size: 16px; line-height: 29px;}


.mod-news-3{ background: no-repeat;}
.mod-news-3 ul{ margin-top: -20px;}
.mod-news-3 ul li{ float: none; width: 100%; padding-left: 26px;  height: 76px; line-height: 76px; margin: 0;}
.mod-news-3:after{  display: none;}
.mod-news-3 ul li:after{ width:8px; height:8px; background:#c2c2c2; border-radius:2px; content: ""; position: absolute; left: 0; top:35px;}


.mdlinks{background: url(../images/gu_rule.png)  center 0 no-repeat; height: 120px; line-height: 120px;}
.mdlinks a{ font-size: 30px; color: #fff; display: block; float: left; width: 50%; box-sizing: border-box; padding-left: 64px;background: url(../images/maicon1.png)  0 center no-repeat;}
.mdlinks a.link-2{ padding-left:105px;background: url(../images/maicon2.png)  left 35px center no-repeat;}
.mdlinks a span{ height: 120px; display: block;background: url(../images/arr1.png)  right 35px center no-repeat;}
.mdlinks a.link-2 span{background: url(../images/arr1.png)  right 0 center no-repeat;}

/*研究与出版列表*/
.mod-publish{ margin-right: -20px; }
.mod-publish .item-cell{box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1); width: 420px; float: left; margin-right: 20px; margin-bottom: 20px; background: #ffffff;}
.mod-publish .item-pic {height:520px; overflow: hidden;}
.mod-publish .item-pic img{  height:520px; width:420px;}
.mod-publish .item-tit *{ font-size: 16px; color: #333; }
.mod-publish .item-tit{ text-align: center; height: 65px; line-height: 65px; overflow: hidden;}

/*研究与出版结束*/

.layer-l4{ width: 630px; float: left;}
.layer-r5{ width: 590px; float: right;}
.date-right{ width: 142px; float: right;}
.fut-tab{  margin-left: -18px; color: #0f4c81; margin-bottom: 35px;}
.fut-tab a{ font-size: 18px; color: #999; margin: 0 18px;}
.fut-tab a.active{  font-weight: bold; color: #333;}
.date-left{  float: left; }
.date-left a{ font-size: 16px;  width: 80px; text-align:  center;height: 36px; line-height: 36px; background: #eee; display: inline-block; cursor:pointer;}
.date-left a.active{ background: #0f4c81; color: #fff;}

.mod-echarts{ width: 630px; height: 500px;}
.tran-volumechart{ width: 590px; height: 420px;}
.chart-infos{ height: 0; overflow: hidden;}
.chart-cr{ height: auto; overflow: hidden;}


/*下拉框*/
.long-selects{ position:relative;width: 100%; height: 38px; display: inline-block; /*float:left;*/ _display:inline; z-index:38; vertical-align: middle; }
div.select-main{ width:100%;height:32px; line-height:32px; border: 1px solid #ccc; position:relative;box-sizing: border-box; }
div.select-set{  width:100%;height:30px; line-height:30px; padding-left:12px;box-sizing: border-box;  background:none; font-size:16px; color:#666666;   }
.long-selects div.select-arrow{
border:none; width:30px; height:30px;
top:0; right: 0; background: url(../images/downico.png) no-repeat;/**/ position:absolute; }
/*.long-selects div.select-arrow:after{    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
       content: "\e74a"; color: #999;
    right: 30px; font-weight: bold;
    top: 0;}*/


.long-selects div.select-arrow.reverse{border:none;}
.long-selects  div.select-set{ border-radius:0;}
#search-sel div.select-arrow{right:5px;}
.long-selects div.select-block{ background:#f9f9f9;border: 1px solid #a4a7a9;  color:#a9b5c5;border-radius:0; width:100%; margin-top:0; margin-left: -1px; max-height: 250px; overflow-y:auto;
 position: absolute; left: 0;
}
.long-selects li.select-items{ font-size:14px; color:#333; text-align:left; border-bottom:1px solid #fefefe; padding:2px 7px 2px 12px; margin-bottom: 0px;}
.long-selects li.select-items:hover, .sel-room li.select-items.active{ background:#0f4c81; color:#fff;}
.long-selects ul.select-list{ padding-bottom:0; margin-bottom:0;}
.volume-select{ text-align: right; margin-top: 60px; margin-bottom: 50px;}
.volume-select .sel-1{ width: 150px; margin-left: 10px; display: inline-block; text-align: left;}
.volume-select .sel-2{ width: 180px; margin-left: 10px; display: inline-block;text-align: left;}
.units{ color: #999; font-size: 14px; margin: 30px 0 0 25px;}



/*数据为空状态*/
.empty{ text-align: center; margin: 90px 0;}
.empty img{ width: 100px; height: auto;}
.empty h3{ font-size: 14px; color: #007bc8; font-weight: normal;}


/*业务办理-会员管理开始*/

/*会员规则*/
.mod-rluelinks{ margin-right:-20px; }
.mod-rluelinks .item-cell{ width:420px; height:138px; display: block; float: left; background:url(../images/memgz_bg.png); margin-right: 20px; text-align: center;}
.mod-rluelinks .item-cell span{ color: #0f4c81; font-size: 28px; display:inline-block; margin:40px 0 0 0; padding-left: 60px; height: 50px; line-height: 50px;
background:url(../images/memico1.png) 0 center no-repeat;}
.mod-rluelinks .item-2 span{background:url(../images/memico2.png) 0 center no-repeat;}
.mod-rluelinks .item-3 span{background:url(../images/memico3.png) 0 center no-repeat;}
.mod-rluelinks .item-cell a{width:424px; height:138px; display: block; border-left:6px solid #0f4c81;}
.mod-rluelinks .item-cell:hover{background:#0f4c81;}
.mod-rluelinks .item-1:hover  span{background:url(../images/memico1hover.png) 0 center no-repeat; color: #fff;}
.mod-rluelinks .item-2:hover  span{background:url(../images/memico2hover.png) 0 center no-repeat; color: #fff;}
.mod-rluelinks .item-3:hover  span{background:url(../images/memico3hover.png) 0 center no-repeat; color: #fff;}

.guide-bg{ background:#eee; padding: 40px 0; text-align: center;}
.guide-bg img{ display: inline-block;}

/*会员公示*/
.mod-public{background:url(../images/membg2.jpg) 0 0 no-repeat; height:220px;}
.mod-public .item-cell{ float:left;  width: 25%; padding-top:70px;height:220px; box-sizing: border-box;  text-align: center;background:url(../images/mem_line2.png) right center no-repeat;}
.mod-public .item-4{ background: none;}
.mod-public .item-cell *{ color:#fff; }
.mod-public .item-cell span{ font-size:18px;}
.mod-public .item-cell span i{ font-size: 40px; padding-right:8px;} 
.mod-public .item-cell h3{ font-size: 18px; font-weight: normal; padding-top: 18px;}

/*入会咨询*/
.mod-consulting{padding-left: 215px; min-height: 100px;background:url(../images/email_icon1.png)  30px 20px no-repeat; position: relative; padding-top: 20px;}
.mod-consulting:after{  content: ""; left: 150px; top: 0; position:absolute; height: 113px; border-left: 1px solid #d2d2d2;}
.mod-consulting li{ float: left; min-height: 30px; line-height: 30px; margin-right: 50px; margin-bottom: 20px; padding-left: 40px; font-size: 16px;}

.mod-consulting li.cons-ico1{background:url(../images/ct_ico1.png) 0 0 no-repeat; min-width: 180px; margin-right: 40px;}
.mod-consulting li.cons-ico2{background:url(../images/ct_ico2.png) 0 0 no-repeat;}
.mod-consulting li.cons-ico3{background:url(../images/ct_ico3.png) 0 0 no-repeat;min-width: 200px;}
.mod-consulting li.cons-ico4{background:url(../images/ct_ico4.png) 0 0 no-repeat; min-width: 180px;margin-right: 40px;}
.mod-consulting li.cons-ico5{background:url(../images/ct_ico5.png) 0 0 no-repeat;}



/*业务办理-会员管理结束*/



/*业务办理-风险管理业务开始*/

/*通知公告*/
.layer-notices{ min-height: 405px; padding-bottom: 0; background: #fff;}
.notices-date{ margin-bottom: 20px; margin-top: 40px;}
.notice-tits,.notice-tits *{ font-size: 18px; color: #333;}
.notice-tits{ height: 50px; margin-bottom: 15px;}
.notice-cnt,.notice-cnt *{ font-size: 16px; line-height: 28px; color: #666;}
.notices-date{ color: #999999;}
.notices-date a{ float: right; display: inline-block; width: 112px; height: 40px; background: #0f4c81; border-radius:8px; color: #fff; text-align: center; line-height: 40px;}
.notices-date span{ float: left; padding-top:10px;}
.notices-date a:after{
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.wrapservice{ position: relative;}
.process-bt2{ position: absolute; right: 0; top: 0;}
.process-bt1,.process-bt2{ background: #f0f0f0; width: 640px; height: 80px; line-height: 80px;}
.process-bt1 span,.process-bt2 span{ font-size: 24px;  color: #333; padding-left: 30px; float: left;}
.process-bt1 a,.process-bt2 a{ float: right; margin-right: 30px; color: #666666;}
.process-bt1 a i,.process-bt2 a i{ display: none;}
.process-bt2{ float: right;}
.process-bt1 a,.process-bt2 a{ padding-right: 28px;background:url(../images/unflodico.png) right center no-repeat; cursor: pointer;}

.service-imgs{ display:none;}
.process-cr a i{ display: block;}
.process-cr a em{ display: none;}
.process-cr a{background:url(../images/flodico.png) right center no-repeat;color: #0f4c81; text-decoration: underline;}
.exam-quick-link.split-5 .item1{
    float: left;
    width: 409px;
	height: 140px;
    box-sizing: border-box;
	padding-right:70px; 
}
.exam-quick-link.split-5 .item2{
    float: right;
    width: 870px;
	height: 140px;
	padding-right:30px;
    box-sizing: border-box;
}
.split-5.exam-quick-link{ margin-right: 0;}
.split-5.exam-quick-link .inner{ height: 140px; background: none;}
.split-5.exam-quick-link .item1{ background: url(../images/servicebg1.jpg) no-repeat left center;}
.split-5.exam-quick-link .item2{background: url(../images/servicebg2.jpg) no-repeat left center;}
.split-5.exam-quick-link .inner .title{  width: 100%;}
.split-5.exam-quick-link .inner .title{}
.split-5 .mod-table>.mod-td{ text-align: right;}

.mod-public2{background: url(../images/date_1.jpg) no-repeat center center;}
.mod-public2 .item-cell{ width: 250px;background: url(../images/line4.png) right center no-repeat;}
.mod-public2 .item-4{ background: none;}
.mod-public2 .item-0{ width: 280px;background: none; padding-top: 85px;}
.mod-public2 .item-0 *{ font-size: 22px!important;}
.mod-public2 .item-cell h3{ padding-top: 4px;}
.mod-public2 .item-1 a{background: url(../images/unflodico1.png) right center no-repeat; padding-right: 35px;}

/*备案信息公示*/
.mod-bg3{background: url(../images/gs_bg1.jpg) center center;}
.layer-l30{ width: 640px; float: left;}
.layer-r30{ width: 640px; float: right;}
.com-tit7{ padding-bottom: 20px; overflow: hidden;}
.com-tit7 span{ font-size:24px; line-height: 24px; border-right: 4px solid #0f4c81; padding-right: 10px;}
.com-tit7 a{ float: right; margin-top:4px; font-size: 14px; color: #0f4c81;background: url(../images/ar_ico.png) right center no-repeat; padding-right: 10px;}

/*业务办理-风险管理业务结束*/

/*业务办理-资产管理业务开始*/

.mod-rules{ background:#fff; width: auto; float: none;min-height: 200px;}
.mod-rules .mod-news-3{ }
.mod-rules .mod-news-3 ul{margin-right:-65px; margin-top: 0;}
.mod-rules .mod-news-3 li{width:595px; float:left; margin-right:65px;}
.com-tit9{ background:#0f4c81; border-top:3px solid #0f4c81; height:60px; color:#fff; line-height: 60px; box-sizing: border-box;}
.com-tit9 span{ display: block;font-size: 18px; padding: 0 55px; background: #fff; color: #0f4c81; line-height: 57px; float: left;}
.com-tit9  a{ float:right; margin-right:15px;}
.com-tit9 a:after {
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.totel-tab{ margin-bottom:30px;}
.totel-tab span{ font-size: 24px; vertical-align:middle; cursor:pointer; }
.totel-tab em{ padding:0 18px;font-size: 18px; vertical-align:middle; color:#d9d9d9;}
.totel-tab i{  float: right;  color: #454545;}
.totel-tab span.active{color:#0f4c81;}
.totel-tab span:nth-child(1):after{content: "|"; line-height: 18px; padding:0 18px;font-size: 18px; vertical-align:top; color:#d9d9d9;}

.total-data{ height: 320px;background: url(../images/date_bg2.jpg) 0 0 no-repeat;}
.overall{ width:370px; float:left;height: 320px; color: #fff; text-align: center;}
.overall h3{ padding-top:120px; margin-bottom:2px; font-size:40px; font-weight: normal;}

.data-rights{ width: 900px;  float: left; color: #fff;}
.data-rights .data-cell{ margin-top: 55px; width: 20%; height: 70px; float: left; text-align: center; }
.data-rights .date-line{margin-top: 67px; width: 0; opacity: .5; float: left;margin-left: -1px; height: 70px; border-left: 1px solid #fff;}
.data-rights .data-cell h3{ font-size: 40px; margin-bottom: 5px; font-weight: normal;}
.data-rights .data-cell span{ font-size: 18px;}
.total-data .data-rights .data-cell{ height: 90px;}
/*业务办理-资产管理业务结束*/

/*关于协会-组织架构开始*/
.org-tit1{ position: relative; z-index: 8;}
.org-tit{ padding-bottom: 32px; text-align: center; position: relative;}
.org-tit em{ width: 310px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #5593ce; font-size: 24px; display: inline-block; }
.org-tit span{ display: inline-block; padding: 4px; border: 1px solid #9fb7cd;} 
.org-tit:after,.org-left:after,.org-right:after,.org-tit2:after,.org-types2:after{ content: ""; position: absolute; height: 32px; bottom: 0; left: 50%; border-left: 1px solid #9fb7cd;}
.org-tit:before,.org-left:before,.org-right:before,.org-tit2:before,.org-types2:before{ content: ""; position: absolute;left: 50%;bottom: -3px; width:6px; height:6px; border-radius:6px; background:#e1e1e1; margin-left: -4.5px; border:2px solid #fff; z-index: 9;}
.org-tit1:before{background: #9fb7cd;}
.org-left{ width:285px; float:left; border-top: 1px solid #e1e1e1; padding-top: 20px; position:relative;}
.org-right{ width: 615px; float: left; padding-left: 30px; box-sizing: border-box;border-top: 1px solid #e1e1e1;padding-top: 20px;position:relative;}

.org-left:before,.org-right:before{ top: -5px;}
.org-types2:before{top: -10px;}
.org-types2:after{top: 0; height: 22px; border-left: 1px solid #e1e1e1;}
.org-right:before{ margin-left: 11px;}
.org-right:after{margin-left: 15px;}
.org-left:after,.org-right:after{ top: 0; height: 20px; border-left: 1px solid #e1e1e1;}
.org-tit2{ padding-bottom: 30px; position: relative; margin-bottom: 5px;border-bottom: 1px solid #e1e1e1;}

.org-tit2 span{width:285px; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #1b6099; padding: 5px; box-sizing: border-box; font-size: 24px; display: inline-block;}
.org-tit2  em{ display: block; border: 1px solid rgba(255,255,255,.2);height: 38px; line-height: 38px;}
.org-right .org-tit2 span{ width: 100%;}
.org-tit2:after{border-left: 1px solid #e1e1e1; height: 28px;}
.org-tit3 span{ background: #0f4c81;}
.org-left .org-types .org-cell{ }
.org-left .org-types .org-cell .org-t1,.org-types2 .org-cell{  text-align: center;background:#f6f6f6; height:60px; line-height:60px; color:#333; font-size: 16px; padding: 0 15px;border-top: 2px solid #ffffff; position: relative;cursor: pointer;}
.org-left .org-cnt{border-top: 2px solid #ffffff; background:#eef4fa; padding: 15px; font-size: 14px; color: #666; line-height: 200%;}
.org-left .org-cnt *{ font-size: 14px; color: #666; line-height: 180%;}
.org-left .org-types .active{border-top: 2px solid #0f4c81;border-bottom: 2px solid #0f4c81;}
.org-left .org-cell .org-cnt{ display: none;}

.org-left .org-types .org-cell .org-t1:after{ font-size: 24px; position: absolute; content: "+"; right: 15px; top: 0; color: #c6c6c6; line-height: 55px;}

.org-left .org-types .active .org-t1:after{content: "-"; color: #0f4c81;font-size:35px; }
.org-left .org-types .active .org-cnt{ display: block;}
.org-left .org-cnt span{ font-size:16px; color: #333; padding-left:35px;background: url(../images/ct_ico9.png) 0 0 no-repeat;}
.org-left .org-types .active .org-t1 span{color: #0f4c81; font-weight: bold;}
.org-types2{width:285px; float: left; text-align: center; padding-top: 20px; position: relative;}
.org-types3{ float: right;}

.org-types2 .org-cell{ cursor:default;}

/*关于协会-组织架构结束*/

/*业务办理-通用详情页开始*/
.newsinfo{     padding: 0 100px 50px 100px; }
.cur-menu {
    width: 115px;
    line-height: 40px;
    background-color: #0f4c81;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.newsinfo .news-date{ font-size:16px; color: #0f4c81; margin-bottom:30px;}
.newsinfo .news-tit{ font-size: 32px; color: #333; margin:35px 0 15px 0;}
.newsinfo .content *,.news-infos .content{ color:#333; line-height: 180%;}
.newsinfo .content{ color:#333; font-size:16px;}
.newsinfo .content h3{ font-size: 16px;}
.newsinfo .content h3.ar-tit{ color:#0f4c81; font-size: 18px; }
.newsinfo .content h3.ar-tit span{color:#0f4c81;}


.mod-nextnews{ padding-top:25px; margin-top: 25px; border-top: 1px solid #f2f1ee;position: relative; box-sizing: border-box; padding-right: 180px; min-height: 25px; z-index: 90 }
.mod-nextnews *{ font-size: 16px; color: #333;}
.mod-nextnews li{ margin-bottom:10px;}
.mod-nextnews li a:hover{color:#0f4c81;}
.mod-nextnews li a span{ color: #0f4c81;}
.gobacks{ display: block; width: 142px; height: 42px; text-align: center;line-height: 42px; background: #0f4c81; border-radius:0; position: absolute; right: 0; top: 30px;}
.gobacks span{ color: #fff;background:url(../images/go_back.png) 0  center no-repeat; padding-left: 32px;}
.mod-files{ margin-top: 30px; position:relative; padding-left: 80px;background:url(../images/file_ico.jpg) 0  center no-repeat; min-height: 26px;}
.mod-files a{ color: #0f4c81; font-size: 16px;}
.mod-files  span{ position: absolute; left:34px; top: 0; color: #333; }

/*业务办理-通用详情页结束*/


/*信息公示开始*/
.md-search{}
.md-search .sear-sel-1{ width: 202px;height:45px; vertical-align: top;display: inline-block; margin-right: 20px; float: left;}
.md-search .sear-sel-2{ margin-right:0; float:left; border-right:1px solid #fff;}
.md-search  .long-selects div.select-block{ border: 1px solid #eee;}
.md-search .long-selects div.select-arrow{ background: #f5f5f5;}
.md-search div.select-main{ height:45px;  border:none;}
.md-search div.select-set{height:45px; padding-left: 20px; line-height:45px; background:#f5f5f5;}
.md-search .sear-sel-2{ margin-right: 0; width: 150px;}
.md-search .search-input{ display:inline-block; float: left;}
.md-search .search-input input{ height: 45px; width: 295px; border:none; box-sizing: border-box; padding: 0 20px; background: #f5f5f5; font-size: 16px; color: #666666; line-height: 45px;}
.md-search  .long-selects div.select-arrow{transform: rotate(90deg);-webkit-transform: rotate(90deg); height: 16px; background:  none; top: 22px;}
.md-search .long-selects li.select-items{ padding-left: 20px;}
.md-search  .long-selects div.select-arrow:after{ display: inline-block; height: 30px; font-size:16px; content: "\e666"; font-family: "iconfont" !important; color: #999;    -webkit-font-smoothing: antialiased; line-height: 30px;
    font-weight: bold;  }

.md-search  input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #666666; 
} 
.md-search  input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #666666; 
} 
.md-search  input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #666666; 
} 
.md-search  input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #666666; 
}

.md-search .search-button{ cursor: pointer;width:108px; height:45px; line-height: 45px; text-align: center;background:#0f4c81; color:#fff; font-size: 14px; display: inline-block; float: left;}
.md-search.md-search2 .search-button{ margin-left: 20px;}
.mod-tables{ margin-top: 20px;}
.mod-tables th{ color: #333; font-size: 16px;  font-weight: bold;height: 64px; line-height: 64px; text-align: center; background: #eee; border: 1px solid #fff;}
.mod-tables td{ text-align: center; font-size: 14px; color: #333; border: 1px solid #eee;padding: 16px 8px;}
.mod-tables .h-tit1,.mod-tables .h-tit3{ width: 20%;}
.mod-tables .h-tit2,.mod-tables .h-tit4{width: 30%;}
.mod-tables  tbody tr:nth-child(2n) td {
    background: #f6f6f6;
}
.mod-tables .organ-names{ text-align: left; padding-left: 20px;}
.mod-tables td.b-cnt2{text-align: left; }
.mod-tables td a:hover{ color:#0f4c81; text-decoration:underline;}

/*信息公示结束*/

/*会员公示开始*/
.pub-tab{ height:54px; background:#e8e8e8;}
.pub-tab ul li{ cursor: pointer;height:54px; float: left; line-height: 54px; font-size: 16px; padding: 0 38px; }
.pub-tab ul li.active{ height: 60px; line-height: 64px; margin-top: -6px; color: #fff;
 background: url(../images/tab_bgs.png) right 0 no-repeat;
}
.mod-tables2 td{ font-size: 16px; width: 50%; box-sizing: border-box; padding: 14px 8px; border-right: 1px solid #eee;}
.mod-tables2{border-left: 1px solid #eee;border-bottom: 1px solid #eee;}
.mod-tables2  tbody tr:nth-child(2n) td {
 background: #f6f6f6;
}
.mod-tables2  .organ-names{ padding-left: 100px;}
.pub-more{ text-align: center;}
.pub-more a{ position: relative;display: inline-block; width: 180px; text-align: center;  height: 32px; line-height: 32px;padding-right: 0px;
 background:url(../images/more_bg.png) center 0 no-repeat; color: #0f4c81; cursor: pointer;}
.pub-more a:after{content: "\e666";font-family: "iconfont" !important; transform: rotate(90deg); position: absolute;  }
.pub-more i{ display:none;}
.pub-unfold a:after{ transform: rotate(-90deg);} 
.pub-unfold i{ display:inline-block;}
.pub-unfold span{ display: none;}
.mod-tables2 .organ-2{ padding-left: 170px;}
.mod-tables2 th{ background: #e8e8e8; border-right: 1px solid #eeeeee; height: 64px; text-align: center; color: #333; font-size: 16px;}

/*会员公示结束*/

/*协会简介开始*/
.article .content{ color:#333; font-size: 16px;line-height: 180%; }
.article .content *{line-height: 180%;}
.article .content p{ text-indent: 2em;}
/*协会简介结束*/

/*联系我们开始*/

.md-contact{ background: #f7f7f7; padding: 15px 25px 35px 25px; position: relative;}
.md-contact li{ font-size: 14px; color: #333; float: left; width: 325px; margin-top: 15px; margin-left: 90px; box-sizing: border-box; padding-left: 35px;}
.md-contact li span{ font-size: 18px; font-weight: bold; color: #0f4c81;}

.md-contact li.icon1{ background: url(../images/ct_icon1.png) 0 6px no-repeat;}
.md-contact li.icon2{ background: url(../images/ct_icon2.png) 0 6px no-repeat;}
.md-contact li.icon3{ background: url(../images/ct_icon3.png) 0 6px no-repeat;}
.md-contact li.icon4{ background: url(../images/ct_icon4.png) 0 6px no-repeat;}
.md-contact:after{ height: 64px; top: 50%; margin-top: -32px; border-left:1px solid #e5e5e5; position: absolute; left: 50%; content: ""; display: block;}
/*联系我们结束*/


/*友情链接开始*/

.mod-links .links-tit{ padding-left: 22px; height: 44px;  line-height: 44px; color: #333; font-size: 20px; background: #e8e8e8;}
.mod-links .links-tit span:before{ content: ""; display: inline-block; height: 18px; line-height: 18px; border-left: 3px solid #0f4c81; vertical-align: middle;  margin-right: 9px; position: relative; top: -2px;}
.links-list{ margin-left: 25px;}
.links-list ul{ overflow:hidden; padding-bottom: 20px;}
.links-list li{  display: block; width: 33.3%; float: left; margin-top: 20px;}
.links-list li a{ font-size: 16px; color: #333;}
.links-list li a:hover{ color: #0f4c81;}
.links-2 li{ width: 155px;}
.links-2 li.link-1{  width: 100%;}
.links-2 ul{ width:980px;}
.pub-2{ margin-bottom: 30px;  border-top:1px solid #eee;}

/*友情链接结束*/


/*招聘列表开始*/
.job-recommed{padding-bottom: 30px; margin-bottom: 5px; border-bottom: 1px solid #f2f2f2; margin-right: -20px; overflow: hidden;}
.job-recommed .item-cell{ float:left; width:285px; height:162px; box-sizing:border-box;  margin-right: 20px; padding: 18px; background:#f5f5f5 url(../images/new.png) 0 0 no-repeat;}
.job-recommed .item-cnt{ }
.job-recommed .item-pic {}
.job-recommed .item-pic img{  height:auto; width:auto;}
.job-recommed .item-tit *{ font-size: 18px; color: #333; }
.job-recommed .item-tit *:hover{color: #0f4c81;}
.job-recommed .item-tit{ height: 95px; line-height: 200%; margin-top: 5px }
.job-recommed  .item-date a{ font-size: 16px; color: #666;background:#f5f5f5 url(../images/dateico.png) 0 0 no-repeat; padding-left: 30px; display: block; position: relative;}
.job-recommed  .item-date a:after{    content: "\e666";
font-family: "iconfont" !important;font-size: inherit;font-style: normal;-webkit-font-smoothing: antialiased;font-weight: bold;position: absolute;right: 0;font-size: 16px;line-height: normal;top: 50%; margin-top: -8px; color: #999;}
.joblists li{ height: 60px; line-height: 60px; padding-right: 165px; padding-left: 30px; position: relative;}
.joblists li:after{height: 16px; width: 6px; border-radius: 6px; position: absolute; display: block; content: ""; left: 8px; top: 22px; background: #adc1d4; }
.joblists li.odd:after{background: #d7d7d7;}
.joblists li:nth-child(2n),.joblists li.odd{ background:#f7f7f7;}
.joblists li span{ position: absolute; right:20px; top: 0; font-size: 16px; color: #666;}
.joblists li a{  color: #333; font-size: 16px;}
.joblists li a:hover{color: #0f4c81;}

/*招聘列表结束*/


/*搜索列表开始*/
.top-searchiputs{ border-bottom: 20px solid #eee; padding-top: 30px; padding-bottom: 20px; margin-bottom: 25px;}
.top-searchiputs .innersear,.top-searchiputs .long-selects{height: 58px;}

.search-wraps{ background: #fff;}
.search-wraps .split-slide{ margin-top: 0;}
.top-searchiputs .sel-1{ width: 190px;float: left;height: 58px;}
.top-searchiputs  div.select-main{ height:58px;}
.top-searchiputs .md-input{ float: left;}
.top-searchiputs .select-set{height:58px; line-height: 58px; color: #333; font-size: 18px;}
.top-searchiputs .long-selects div.select-arrow{ top:50%; margin-top:-15px;background: url(../images/arrow-d.png) 0 center no-repeat;}
.top-searchiputs  div.select-main{ border: 1px solid #0f4c81;} 
.top-searchiputs .md-input{ width: 985px;}
.top-searchiputs .md-input input{height:58px; width: 100%; box-sizing: border-box; border:1px solid #0f4c81; border-left:none;  padding-left: 20px; padding-right: 20px; font-size: 16px;}
.top-searchiputs .searbt{ background: #0f4c81; display: block; text-align: center;width: 130px; height:58px; line-height: 58px; color: #fff; font-size: 20px; position: absolute; right: 0; top: 0;}
.top-searchiputs .innersear{ position: relative;}

.top-searchiputs .hot-keys{ margin-top: 15px; color: #db3338; font-size: 16px;background: url(../images/hotico.png) 0 5px no-repeat; padding-left: 25px;}
.top-searchiputs .hot-keys i{ font-size: 14px; color: #dddddd; padding: 0 10px;}
.searchs-tit{ font-size: 28px; color: #333; border-bottom: 1px solid #eee; padding-bottom:15px;}
.has-result{ font-size: 18px; color: #333; font-weight: bold; margin-top: 25px;/* margin-bottom: 18px;*/}
.has-result span{ color: #c90915; font-weight: normal;}
.has-result-lmkey{margin-top: 18px;}
.has-result-lmkey a{ margin-right: 10px; font-size: 16px; border: 1px solid #eee; padding: 13px 11px; display: inline-block;}
.has-result-lmkey a span{color: #c90915;font-weight: normal;}

.search-wraps .menu-results{ background:#efefef;}
.search-wraps  .menu-results ul li .firstMenu{ height: 40px;}
.search-wraps .menu-results .firstMenu a{ border-bottom: 1px solid #fff; font-size: 14px;}
.search-wraps .slide-title{height: 40px; color: #333; font-size: 14px;background:#efefef;border-bottom: 1px solid #fff; }
.search-wraps .slide-title span{ padding-left: 15px;}
.search-wraps .menu-results ul li.have-sub-menu.open .firstMenu a, .search-wraps .menu-results ul li.cr .firstMenu a{ color: #fff; background: #0f4c81;}

.search-wraps .slide-menu ul li.have-sub-menu.open .firstMenu a em:after, .search-wraps .slide-menu li.cr .firstMenu a em:after{    background-color: #fff;}
.search-wraps .menu-results .firstMenu a span{ font-size: 14px;}

/*搜索结果多级菜单*/
.search-wraps .menu-results>ul{}
.search-wraps .menu-results ul li{ box-sizing:border-box;}
.search-wraps .menu-results>ul>li{    border-bottom: 1px solid #fff;}
.search-wraps .menu-results>ul>li ul{ }
.search-wraps .menu-results li h3 {font-size: 16px;font-weight: normal; padding-right: 20px; position: relative; padding: 10px 0 10px 0; }
.search-wraps .menu-results>ul>li>h3,.search-wraps .menu-results>ul>li>ul>li>h3{  padding-left: 50px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>h3{ padding-left: 70px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>ul>li>h3{ padding-left: 90px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>ul>li>ul>li>h3{ padding-left: 110px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>h3{ padding-left: 122px; }
.search-wraps .menu-results>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>h3{ padding-left: 136px; }
.search-wraps .menu-results .nav-arrow{ position: absolute; right: 32px;  top:10px; width: 20px; height: 20px; cursor: pointer;}
.search-wraps .menu-results .nav-arrow:after{    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
   }
/* .search-wraps .menu-results .arrow-down{    transform: rotate(90deg); -webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);} */
.search-wraps .menu-results>ul>li>h3:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    left:35px;
    top:15px;
}
.search-wraps .menu-results>ul>li>h3:before {
      content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #dbdbdb;
    left:33px;
    top:13px;
}
.search-wraps .menu-results ul li.active>h3:before ,.search-wraps .menu-results ul li.active>h3:after {
    background-color: #0f4c81;
}
.search-wraps .menu-results ul li.active>h3>i{ transform: rotate(90deg); -webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg); }
.search-wraps .menu-results>ul>li span{ color: #666;}
.search-wraps .menu-results>ul>li>h3>a>span{ color: #333;}
.search-wraps .menu-results>ul>li>ul{ padding-bottom: 10px;}
.search-wraps .menu-results>ul>li>ul>li h3 span:before{  content: "-"; margin-right: 8px;}
.search-wraps .menu-results>ul>li ul{ display: none;}
.search-wraps .menu-results a:hover{ color: #0f4c81;}
.search-wraps .menu-results li.active>h3{ -background: #0f4c81!important;color: #0f4c81!important;}
.search-wraps .menu-results li.active>h3>*,.search-wraps .menu-results li.active>h3>a>span{ color:#0f4c81!important;}
.search-wraps .menu-results .slide-title span{ font-size: 16px;}
.search-wraps .menu-results .slide-title{ position: relative;}
.search-wraps .menu-results .slide-title i{ cursor: pointer;}
.search-wraps .menu-results .slide-title i.arrow-ups:after{transform: rotate(0)!important; -webkit-transform: rotate(0)!important;}
.search-wraps .menu-results .slide-title i:after{ position: absolute; right: 36px; top: 12px; content: "\e666";
    font-family: "iconfont" !important;transform: rotate(90deg); -webkit-transform: rotate(90deg);
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;}


.show-result{ font-size:18px; color:#333; font-weight:bold;}
.show-result span{color: #c90b17;}
.md-sort .inner-sort{ display: inline-block; vertical-align: top;}
.md-sort .sel-date{ width: 120px; display: inline-block;vertical-align: top;}
.show-result{ margin-bottom:18px;}
.md-sort .inner-sort a{ padding-left: 8px;padding-right: 8px; box-sizing: border-box; display: inline-block; min-width: 84px; text-align: center;height: 26px; line-height: 25px; border: 1px solid #9c9c9c; cursor: pointer; margin-right:10px;}
.md-sort .inner-sort a span{background:url(../images/down_arr2.png) right center no-repeat; padding-right: 14px; font-size: 12px; color:#999;}

.md-sort div.select-main,.md-sort div.select-set{height: 26px; line-height: 25px; font-size: 12px; color: #999;}
.md-sort .long-selects div.select-arrow{ width: 26px; height: 26px; line-height: 26px;    background: url(../images/arrow-d2.png) center center no-repeat;}
.md-sort .long-selects li.select-items{ font-size: 12px;}
.md-sort div.select-main{    border: 1px solid #9c9c9c;}
.md-sort .inner-sort  .active{ background: #c90915;}
.md-sort .inner-sort a.active span{background:url(../images/down_arr1.png) right center no-repeat; color: #fff;  }
.md-sort .inner-sort a.active{border: 1px solid #c90915; }
.mod-result{ min-height: 300px; margin-right: -35px;}


.result-lists{ }
.result-lists .item-cell{ padding-bottom: 20px; padding-top: 20px; border-bottom: 1px solid #eee;}
.result-lists .item-cnt{ }
.result-lists .item-pic {}
.result-lists .item-pic img{  height:auto; width:auto;}
.result-lists .item-tit *{ color: #333; font-size: 18px; }
.result-lists .item-tit{ position: relative; padding-right: 130px;}
.result-lists .item-tit span,.result-lists .item-desc span{ color: #ce1f2a;}
.result-lists .item-tit i{ position: absolute; right: 0; top: 2px;  font-size: 16px; color: #999;}
.result-lists .item-tit a{ position: relative; padding-right: 38px; display: inline-block;}
.result-lists .item-tit a em{ position: absolute; right: 0; top: 0;}
.result-lists .item-tit a em img{ width: 21px;  height: auto;}
.result-lists .item-desc{margin-top:6px;}
.result-lists .item-desc *{ font-size: 16px; color: #818181;}

/*搜索列表结束*/

/* 出版物下拉开始 */
.nobg .sel-date{ width: 140px; float: right; vertical-align: top;margin-right: 6px;}
.nobg .inner-sort a{ padding-left: 8px;padding-right: 8px; box-sizing: border-box; display: inline-block; min-width: 84px; text-align: center;height: 26px; line-height: 25px; border: 1px solid #9c9c9c; cursor: pointer; margin-right:10px;}
.nobg .inner-sort a span{background:url(../images/down_arr2.png) right center no-repeat; padding-right: 14px; font-size: 12px; color:#999;}

.nobg div.select-main,.nobg div.select-set{height: 26px; line-height: 25px; font-size: 12px; color: #999;}
.nobg .long-selects div.select-arrow{ width: 26px; height: 26px; line-height: 26px; background: url(../images/arrow-d2.png) center center no-repeat;}
.nobg .long-selects li.select-items{ font-size: 12px;}
/* 出版物下拉结束 */

/*期货公司基本情况开始*/
.fultures-search{ height: 155px; background: #0f4c81; margin-left: -35px; margin-right: -35px;}
.fultures-search .sc-tit{ width: 225px; float: left;height: 155px; line-height: 155px; text-align: center; color: #fff; font-size: 24px; letter-spacing:4px;}
.fultures-search .sc-tit span{ padding-left: 38px;background:url(../images/searic5.png) 0 center no-repeat;}
.fultures-search .ful-r{ width:1040px; float:left; padding-top:25px; position:relative;}

.fultures-search .ful-sel{ width: 150px; float:left;}
.fultures-search .ful-input1{ float: left; margin-right: 30px;}

.fultures-search  div.select-set{ color: #fff; padding-left: 0;}
.fultures-search div.select-main{ border: none; border-bottom: 1px solid #47759c;}
.fultures-search .long-selects div.select-arrow{background:url(../images/arrow-20.png) center center no-repeat; width: 24px;}
.fultures-search .ful-input1{ position: relative;}
.fultures-search .ful-input1 input{ width: 275px; box-sizing: border-box; color:#fff; padding-left: 14px; border: none; height: 32px; line-height: 32px; background: none; outline: none; border-radius:0; font-size: 16px; border-bottom: 1px solid #47759c; opacity: .6;}
.fultures-search .ful-input2 input{opacity: .6;}
.fultures-search .ful-input1:after{ content: ""; height: 16px; border-left: 1px solid #fff; position: absolute; left:3px; top: 8px;}
.fultures-search .ful-bottom{ clear: both;}
.fultures-search .ful-r .ful-btn{ position: absolute; right: 0; top: 30px; cursor: pointer;}
.fultures-search .ful-r .ful-btn a{ font-size:16px; color:#0f4c81; text-align: center;width: 110px; height: 45px; line-height: 45px; display: block; background: #fff;}
.ful-bottom{ margin-top: 35px; clear: both;}
.fultures-search .ful-input2{ min-width: 160px; float: left; margin-right: 31px; vertical-align: bottom;}
.fultures-search .ful-input2 span{ height: 21px; color: #fff; font-size: 16px;vertical-align: bottom; display: inline-block;}
.fultures-search .ful-input2 input{ font-size: 16px; width: 105px; padding-bottom: 3px;     color: #fff; background: none; border:none; border-bottom: 1px solid #47759c; padding: 0;display: inline-block;vertical-align: bottom;}
.fultures-search .ful-input3 { margin-right: 0;}
.fultures-search .ful-input3 input{ width: 270px;}
.fultures-search  .ful-date i{ width: 23px; height: 21px; vertical-align: bottom; display: inline-block;background:url(../images/dateic.png) center center no-repeat; margin-left: 10px; opacity: .6 }
.fultures-search  .ful-1 .f-7 i{ opacity: 1;}
.fultures-search .ful-input2 span{ opacity: 0.6; }
.ful-sel .select-set{opacity: 0.6;}

.fultures-search .ful-input1 input::-webkit-input-placeholder{
    color:#fff; opacity: .6
}
.fultures-search .ful-input1 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;opacity: .6
}
.fultures-search .ful-input1 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;opacity: .6
}
.fultures-search .ful-input1 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;opacity: .6
}

.pub-tab2{ margin-top: 50px; border-bottom: 1px solid #0e477a;}
.pub-tab2 ul{ width: 105%;}
.pub-tab2 ul li{ padding: 0 32px 0 29px; font-size: 18px; }
.pub-tab2 ul li a{ color: #333;}
.pub-tab2 ul li.active a{ color: #fff;font-weight: bold;}
.fultures-search .ful-input1{ height: 32px;}
.ful-top>*,.ful-bottom>*{position: relative; z-index: 8;}
.ful-top>*:before{ content: ""; z-index: 99;  position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.ful-bottom>*:before{content: "";z-index: 99; position: absolute; width: 100%; height: 100%; left: 0; top: 0;}

/*高亮显示*/
.fultures-search .ful-1 .ful-bottom .f-5 span,.fultures-search .ful-1 .ful-bottom .f-6 span,.fultures-search .ful-1 .ful-bottom .f-7 span,.fultures-search .ful-4 .ful-bottom .f-8 span{ opacity: 1;}
.fultures-search .ful-1 .ful-bottom .f-5:before,.fultures-search .ful-1 .ful-bottom .f-6:before,.fultures-search .ful-1 .ful-bottom .f-7:before,.fultures-search .ful-4 .ful-bottom .f-8:before{ display: none;}

.fultures-search  .ful-2 .ful-top .f-1,.fultures-search  .ful-3 .ful-top .f-3{ z-index: 99;}
.fultures-search .ful-2 .ful-top .f-1 .select-set,.fultures-search .ful-3 .ful-top .f-3 .select-set{ opacity: 1;}
.fultures-search .ful-2 .ful-top .f-1:before,.fultures-search .ful-2 .ful-top .f-2:before,.fultures-search .ful-3 .ful-top .f-3:before,.fultures-search .ful-3 .ful-top .f-4:before{ display: none;}
.fultures-search .ful-2 .f-2 input::-webkit-input-placeholder,.fultures-search .ful-3 .f-4 input::-webkit-input-placeholder{
 opacity: 1
}
.fultures-search .ful-2 .f-2 input::-moz-placeholder,.fultures-search .ful-3 .f-4 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
opacity: 1
}
.fultures-search .ful-2 .f-2 input:-moz-placeholder,.fultures-search .ful-3 .f-4 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
opacity: 1
}
.fultures-search .ful-2 .f-2 input:-ms-input-placeholder,.fultures-search .ful-3 .f-4 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    opacity: 1
}
.fultures-search .long-selects div.select-arrow,.fultures-search .ful-input1:after{ opacity: .6;}


.fultures-search .ful-1 .f-5 input,.fultures-search .ful-1 .f-6 input,.fultures-search .ful-1 .f-7 input,.fultures-search .ful-2 .f-2 input,.fultures-search .ful-2 .f-1 .long-selects div.select-arrow,.fultures-search .ful-2 .f-2:after,.fultures-search .ful-3 .f-4 input,.fultures-search .ful-3 .f-3 .long-selects div.select-arrow,.fultures-search .ful-3 .f-4:after,.fultures-search .ful-4 .f-8 input{ opacity: 1;}





/*表格开始*/
.mod-tables-5 thead tr th{ white-space:nowrap; font-size:16px; padding:15px 10px; background: #f5f5f5;border: 1px solid #eee;}
.mod-tables-5 tr td,.mod-tables-6 tr td{font-size: 16px; padding:15px 10px;border: 1px solid #eee; word-break:break-all;}
.mod-tables-5 .text-center{ text-align: center;}
.mod-tables-5 tbody tr:nth-child(2n) td{background: #f5f5f5;}
.white-bg{ background:#fff!important; }
.greys-bg{ background:#f9f9f9!important; }
.mod-tables-6 .text-right{ text-align: right;}
.mod-tables-6 tr td{padding:15px 18px;}
/*表格结束*/


/*期货公司基本情况结束*/



/*分析师园地开始*/
.md-search div.select-set{ padding-right: 25px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.md-search2 { height: 50px; margin-bottom: 30px;}
.md-search2 .date-input{ float:left;}
.md-search2  cite{ float:left; margin:12px 10px 0 10px; font-size: 16px;}
.md-search2 .sear-sel-2{ margin-left: 20px;}
.md-search2 .search-input input{ width: 240px;}
.md-search2 .date-input input{height: 45px;width: 160px;border: none; box-sizing: border-box;
padding: 0 20px 0 46px;font-size: 16px;color: #666666;line-height: 45px;background:#f5f5f5 url(../images/data_ic1.png) left 13px center no-repeat;}
.md-condition { background:#f5f5f5 url(../images/bgline.png) center 0 repeat-y; margin-bottom: 12px; padding: 0 16px 0 16px; box-sizing: border-box;}
.md-condition a{ display: inline-block; margin-right: 50px; color: #666; font-size: 16px; padding: 10px 0 10px 0;}
.md-condition .inner{margin-right: -45px; padding-left: 10px;}
.md-condition a:hover,.md-condition a.active{ color:#104b80;  font-weight: bold;}
.mod-reportlist{ background: #fafafa; padding: 0 20px;}
.mod-reportlist .item-cell{ padding: 20px 0 20px 25px; border-bottom: 1px solid #eee; position: relative;}
.mod-reportlist .item-cell:nth-last-child(1){ border-bottom: none;}
.mod-reportlist .item-tit *{ font-size: 16px; color: #333;}
.mod-reportlist .item-tit a:hover{color:#104b80;}
.mod-reportlist .m-state{ margin-top:8px;}
.mod-reportlist .m-state *{ color: #999999;}
.mod-reportlist .m-state span{ padding-right: 25px;}
.mod-reportlist .item-cell:after{width: 8px;height: 8px;
background: #c2c2c2;border-radius: 2px;content: ""; position: absolute;left: 0;top:25px;}

/*分析师园地结束*/

/*行业投诉弹出层开始*/
.mod-tipsbox{position: fixed; height: 100%; left: 0; top: 0; width: 100%; background:rgba(0,0,0,0.5); z-index: 999999;}
.mod-tipsbox .tipsbox{ display: table; width: 100%; height: 100%;}
.mod-tipsbox .tipsbox .innerbox{  display: table-cell; width: 100%;  height: 100%; vertical-align: middle;}
.mod-tipsbox .mod-cnt{ width: 1040px; padding: 35px; box-sizing: border-box; margin: 0 auto; background: #fff; min-height: 270px; position: relative;}
.mod-ts h3{ font-size:20px; font-weight:bold; margin-bottom: 20px;}

.selkey-list .checkbox-mode{ min-width: 220px; margin-right: 20px; margin-bottom: 10px;}
.selkey-list .checkbox-mode span{ font-size: 16px;}
.com-bt { text-align: center; margin-left: -35px; margin-right: -35px; margin-top: 25px; padding-top: 20px; border-top:1px dashed #e5e5e5;}
.com-bt a{ background:#0f4c81; display: inline-block; font-size: 14px; min-width: 110px; height: 45px; line-height: 45px; color: #fff; cursor: pointer;}

.closebt{ position: absolute; width: 40px; height: 40px; background:#f5f5f5 url(../images/close_bt2.jpg) center 0  no-repeat; right:0; top:0; cursor: pointer;}

.mod-cnttips{ min-height: 95px; padding-left: 180px; background:url(../images/wran_ico3.png) left 40px center  no-repeat; margin-top:45px; font-size: 16px;}
.mod-cnttips h3{ font-size:32px; font-weight:bold; color:#c90915; margin-bottom: 25px;}
.mod-cnttips a{ color: #d9575f; padding-left: 5px;}
/*行业投诉弹出层结束*/

/*举报投诉开始*/
.mod-complaint{}
.mod-complaint h3{ font-size: 22px; color: #333333; font-weight: normal; padding-bottom: 12px;}
.mod-complaint p{ font-size: 16px; color: #333; line-height: 32px;}
.mod-complaint .aisle{ margin-right: -30px; }
.mod-complaint .aisle .item-cell{ float: left; width: 205px; background: #f5f5f5; border-radius:5px; margin-right:5px; min-height: 170px; box-sizing: border-box; padding: 80px 18px 5px 18px; line-height: 24px; }
.mod-complaint .aisle .item-2,.mod-complaint .aisle .item-3{ width: 350px;}
.mod-complaint .aisle .item-3{ width: 340px;}
.mod-complaint .aisle .item-1{ background:#f5f5f5 url(../images/jb_ic2.png) left 20px top 20px  no-repeat;}
.mod-complaint .aisle .item-2{ background:#f5f5f5 url(../images/jb_ic1.png) left 20px top 25px  no-repeat;}
.mod-complaint .aisle .item-3{ background:#f5f5f5 url(../images/jb_ic3.png) left 20px top 25px  no-repeat;}
.mod-complaint .aisle .item-cell strong{ font-size: 16px;}

.mod-complaint .jb-tips{ background: #f5f5f5; padding: 20px 20px 10px 20px; position: relative;}
.mod-complaint .jb-cnt{ background:url(../images/tips3.png) left 15px center  no-repeat; padding-left: 140px; min-height: 120px; line-height: 36px; font-size: 16px;}
.mod-complaint .jb-tips:after{ content: ""; position: absolute; height: 100%; width: 2px; background: #fff; top: 0; left: 130px;}
.mod-complaint .jb-cnt a{ color: #0f4c81; text-decoration: underline;}

/*举报投诉结束*/


/*报送信息开始*/
.mod-sendinfo{ display: block; width: 100%;}
.mod-sendinfo .item-cell{ width: 25%; height: 417px; float: left; text-align: center;}
.mod-sendinfo .item-cell a{width: 300px; height: 417px; display: block;margin: 0 auto; background-size: 100% auto!important;}
.mod-sendinfo .item-cell a span{padding: 325px 40px 0 40px; line-height: 36px; display: block; color: #fff;font-size: 22px; }
.mod-sendinfo .item-1 a{background:url(../images/xx_bg1.png)   no-repeat;}
.mod-sendinfo .item-2 a{background:url(../images/xx_bg2.png)   no-repeat;}
.mod-sendinfo .item-2 a span,.mod-sendinfo .item-3 a span{ padding-top: 306px;}
.mod-sendinfo .item-3 a{background:url(../images/xx_bg3.png)   no-repeat;}
.mod-sendinfo .item-4 a{background:url(../images/xx_bg4.png)   no-repeat;}
/*报送信息结束*/

/*考试资料开始*/
.mdline{ border-bottom: 1px solid #dbdbdb; margin-left: -100px; margin-right: -100px;}

.pd100{ padding-left: 100px; padding-right: 100px;}
.mod-exambooklist{ }
.mod-exambooklist .item-cell{  padding-bottom:28px;margin-bottom:28px; border-bottom: 1px solid #ebebeb;}
.mod-exambooklist .item-cnt{ width: 860px; margin-left: 30px; float: left;}
.mod-exambooklist .item-pic { width: 200px; float: left;box-shadow: 0px 2px 20px 0px rgba(15, 76, 129, 0.1); }
.mod-exambooklist .item-cell:nth-last-child(1){border-bottom: none;}

.mod-exambooklist .item-pic img{  height:285px; width:200px;}
.mod-exambooklist .item-tit *{ font-size:22px; color:#333; }
.mod-exambooklist .item-tit{ margin-top: 11px; margin-bottom:20px;  }
.mod-exambooklist .item-tit span{ background: #0f4c81;  color: #fff; margin-left: 10px;}
.mod-exambooklist .item-desc h3{ font-size: 16px; color: #0f4c81; font-weight: normal; padding-bottom: 10px;}
.mod-exambooklist .item-desc h3:after,.mod-exambooklist .item-desc h3:before { content: ""; height: 15px; width: 4px; background: #0f4c81; display: inline-block; vertical-align: middle;}
.mod-exambooklist .item-desc h3:after{ margin-left: 8px;}
.mod-exambooklist .item-desc h3:before{ margin-right: 8px;}
.mod-exambooklist .item-desc a{ line-height: 28px; font-size: 16px; color: #333;}

.layer-l5,.layer-r5{ width: 530px;  float: left;}
.layer-r5{float: right;}

.news-list5{ padding-bottom: 30px;}
.news-list.news-list5 ul li{ padding-left: 22px; position: relative;  }
.news-list.news-list5 ul li:after{ content: ""; position: absolute; left: 0;  width: 6px; height: 6px; border-radius:6px; background: #dbdbdb; top: 50%; margin-top: -3px; }
.news-list.news-list5  ul li+li{border-top-style: dashed;}

/*考试资料结束*/


/*服务与支持－上市品种开始*/
.protype-tab{ height: 100px; margin-right: -5px; position: relative; z-index: 6;}
.protype-tab  ul li{ width:180px; height:104px; float: left; position: relative;overflow: hidden;  margin-right: 6px;}
.protype-tab  ul li img{  max-width: none; position: relative; left: 50%; margin-left: -184px;}
.protype-tab  ul li.active{ width: 367px;}
.protype-tab  ul li a{position: relative; text-align: center;display: block;font-size: 24px;}
.protype-tab  ul li a:after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.55); display: block; content: "";}
.protype-tab  ul li.active a:after{ background: rgba(0,0,0,.2);}
.protype-tab  ul li a h3{ line-height: 100px; color: #fff; position: absolute;  top: 0; left: 0; right: 0; text-align: center; font-size: 24px; font-weight: normal; z-index: 8;   opacity: .6;}
.protype-tab  ul li.active a h3{ opacity: 1;}
.protype-tab  ul li.active:before{ content: "";  
bottom:0;  left:50%; margin-left: -15px;  width:0;   height:0;  
border-left:15px solid transparent;  border-right:15px solid transparent;  
border-bottom:15px solid #ecf1f5;  z-index: 229;  position: absolute;}
.pro-tab{ border-top:1px solid #e1e1e1;padding: 20px 10px 10px 10px;background:url(../images/protpbg1.jpg) -2px 0; margin-top: 3px; }
.pro-tab a{ min-width: 132px; font-size: 18px; height: 35px; line-height: 35px; background: #fff; color: #333; text-align: center; display: block; float: left; margin: 0 10px 10px  10px;}
.pro-tab a.active{ background: #0f4c81; color: #fff;}
.type-tab2{ border-bottom: 2px solid #eee}
.type-tab2 { height: 45px; margin-top: 5px;}
.type-tab2 a{ cursor: pointer;width: 170px;  display: block; float: left;height: 45px; line-height: 45px; background: #eee; text-align: center; border-left: 1px solid #fff; font-size: 18px;}
.type-tab2 a.active{ background: #e7edf2; border-bottom: 3px solid #0f4c81; color: #0f4c81; }

.layer-l6{ width: 640px; float: left; overflow: hidden;}
.layer-r6{ width: 640px; float: right;}
.trade-tab a{ font-size:18px; color:#0f4c81; width: 25%; float: left; text-align: center; height: 40px; line-height: 40px; box-sizing: border-box; border-right: 1px solid #fff; cursor: pointer;}
.trade-tab{ background: #e7edf2; height: 40px; line-height: 40px; border-bottom: 1px solid #b2c5d6;border-top: 1px solid #b2c5d6;}
.trade-tab a.active{ background:#0f4c81; color: #fff;}
.mod-table-8{ background: #f9f9f9; height: 365px; overflow-y: auto;}
.mod-table-8 td{ padding: 16px 18px;  border: 1px solid #eee; color: #333; box-sizing: border-box;}
.knowlege-links{height: 125px;background:url(../images/pz_bg.jpg)  no-repeat;}
.knowlege-links .item-cell{ height: 125px; line-height: 125px; text-align: center;width: 33.3%; box-sizing: border-box; float: left; }
.knowlege-links .item-cell a span{  font-size: 24px; color: #fff;}
.knowlege-links .item-1{/*background:url(../images/prtype_bg1.jpg)   no-repeat;*/ border-right:3px solid #fff;}
.knowlege-links .item-2{/*background:url(../images/prtype_bg2.jpg)   no-repeat;*/border-right:3px solid #fff;}
.knowlege-links .item-3{/*background:url(../images/prtype_bg3.jpg)   no-repeat;*/}
.knowlege-links .item-cell a{ padding-left:55px; line-height: 32px; display: inline-block;}
.knowlege-links .item-1 a{ background:url(../images/jg_icon1.png)   no-repeat;}
.knowlege-links .item-2 a{ background:url(../images/jg_icon2.png)   no-repeat;}
.knowlege-links .item-3 a{ background:url(../images/jg_icon3.png)   no-repeat;}

.knowlege-links-2 .item-cell{ width: 50%;}
.knowlege-links-2 .item-2{ border-right: none;}


.mod-read{background:#f5f6fa url(../images/protpbg1.jpg) center 0;}
.mod-readlists{ margin-right: -40px; padding-bottom: 10px; }
.mod-readlists .item-cell{ width: 245px;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);  float: left; position: relative; margin-right: 20px;}
.mod-readlists .item-cnt{ position: absolute; padding: 10px 20px; text-align: center;background: rgba(0,0,0,.54); bottom: 0; left: 0; right: 0; display: none;}
.mod-readlists .item-pic {}
.mod-readlists .item-pic img{  height:330px; width:245px;}
.mod-readlists .item-tit *{ font-size: 18px; color: #fff; }
.mod-readlists .item-tit{ text-align: left; line-height: 200%;}
.mod-readlists .item-cell:hover .item-cnt{ display: block;}

.read-tab{ position: absolute; right: 0; top:45px;}
.read-tab span{ color: #333; font-size: 20px; margin-left: 34px; cursor: pointer;}
.read-tab span.active{ padding-bottom: 7px; font-size: 24px; color: #0f4c81; border-bottom:3px solid #0f4c81;}

.mod-news-2.mod-lk{ background: none; margin-right:-40px; }
.mod-news-2.mod-lk:after{ display: none;}
.mod-news-2.mod-lk ul li{ margin: 0;margin-right: 4%; width: 46%; padding-right: 20px; padding-left: 30px; border-bottom: 1px solid #eee; border-top: none; position: relative;}
.mod-news-2.mod-lk ul li:after {
    width: 8px;
    height: 8px;
    background: #c2c2c2;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
}

.trade-info-cell .echarts{ width: 642px; height: 360px;}
.pro-tits{ margin-top: 18px; margin-bottom: 5px; font-size:18px; font-weight:bold; color:#333;}
.echarts-info,.contract-info,.proinfo-cell{ height: 0; overflow: hidden;}
.echarts-active,.contract-active,.pro-active{ height: auto;}


/*每日行情表格开始*/
.mod-table-9{ max-height: 362px; overflow-y: auto;}
.mod-table-9 table{ width: 100%; box-sizing: border-box;}
.mod-table-9 thead th{ background: #f5f5f5; padding: 10px 10px; border: 1px solid #eee; text-align: center;}
.mod-table-9 tbody td{padding: 10px 10px; box-sizing: border-box; text-align: center; border: 1px solid #eee;}
.mod-table-9 tbody tr:nth-child(2n) td{  background: #f5f5f5;}

/*每日行情表格结束*/

/*模拟滚动条*/
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical
{ background: #e6e6e6; right: 1px!important;  /*border: 1px solid #eee;*/ border-radius:0;  width:4px;}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px!important; background: #0f4c81!important; opacity: 1!important;  
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)"; margin-left:-1px;    border-radius: 0;}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{opacity: 1!important;   
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)";}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{    margin: 0 0!important;}

/*服务与支持－上市品种结束*/

/*关于我们-收费公示开始*/
.mod-pubfees th{ font-size:18px; text-align: center;font-weight:bold; background: #0f4c81; color: #fff;  padding: 25px 10px; border-left: 1px solid #8aa6be;}
.mod-pubfees table td{ color: #000; background: #f9f9f9; border: 1px solid #e5e5e5; min-height: 35px; padding:10px 10px;}
/*关于我们-收费公示结束*/


/*机构弹出层开始*/
.modlayer-ageny{ background: rgba(0,0,0,.6);  position: fixed;  left: 0; top: 0;width: 100%; height: 100%; z-index: 99999;   width: 0; height: 0; overflow: hidden;}
.modlayer-show{width: 100%; height: 100%;}
.ageny-inner{ width:90%; position: relative; max-width:1200px;   height:720px; margin: 0 auto; background:#fff;top: 50%; margin-top: -350px; border-radius:15px; overflow: hidden;}
.layer-agenytit{ padding-left: 28px; height: 55px; line-height: 55px; font-size:24px; color:#fff; background:#0f4c81; }
.ageny-close{ position: absolute; right: 20px; top: 15px; background: url(../images/close4.png); height: 24px; width: 24px; }
.ageny-l .layer-map{ height: 530px; width: 705px;margin-top:36px; }	

.ageny-l{ padding:25px 0 0 15px;  height: 620px; overflow: hidden;width:60%; box-sizing: border-box; float: left;}
.ageny-r{ padding:25px 15px 20px 15px; width:40%;float: left;box-sizing: border-box; }
.agenytit-1{ font-size:22px; color:#333; margin-bottom: 18px;}
.agenytit-2{ font-size:32px; color:#0f4c81;margin-bottom: 18px;}
.ageny-tabs{ overflow: hidden;border-top:1px solid #b2c5d6; border-bottom: 1px solid #b2c5d6; padding: 1px 0;}
.ageny-tabs ul{ background: #e7edf2; height: 72px;}
.ageny-tabs ul li{ width: 33.3%; height: 72px; box-sizing: border-box; padding-top:11px; float:left; text-align:center; color:#0f4c81; cursor: pointer;}

.ageny-tabs ul li span { font-size: 28px; line-height: 100%; }
.ageny-tabs ul li h3{ font-size: 18px; font-weight: normal;}
.ageny-tabs ul li.active{ background: #0f4c81; color: #fff;}
.initArrow{ height: 56px; line-height: 56px; float: left; margin-left: 15px; padding: 0 30px; background: #0d4c82; text-align: center; font-size: 18px; color: #fff;margin-top: 16px;text-decoration: none; }
.initArrow:hover{ color: #fff; }
.initArrow img{ float: right; margin: 23px 0px 0 20px; }
#agenyContent { height: 580px; }
.mdmap-tables{ max-height: 400px; overflow-y: auto;}
.mdmap-tables table{ width: 100%; box-sizing: border-box;}
.mdmap-tables tbody td{padding: 15px 10px; box-sizing: border-box; text-align: center; border: 1px solid #eee;width: 50%;}
.mdmap-tables tbody tr:nth-child(2n) td{  background: #f5f5f5;}

/*机构弹出层结束*/




.layer-wrapper {
    /* */
    width: 1320px;
    margin: 0 auto;
/*    max-width: 100%;*/
    box-sizing: border-box;
    padding: 0 10px;
}

.white-body {
    background-color: #fff;
}

.mod-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mod-table>.mod-td {
    display: table-cell;
    vertical-align: middle;
}
.bottom-height{
    height:180px;
}
.rows2{
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}
/* 分列 */
.split-5 .item,
.split-5 .core {
    float: left;
    width: 20%;
    box-sizing: border-box;
}
.split-4 .item,
.split-4 .core {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.split-3 .item,
.split-3 .core {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
}

.split-2 .item,
.split-2 .core {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.split-4 .rowspan2 {
    width: 50%;
}

.split-4 .rowspan3 {
    width: 75%;
}

.split-4 .rowspan4 {
    width: 100%;
}

.split-5 .inner,
.split-4 .inner,
.split-3 .inner,
.split-2 .inner {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.span-10 {
    margin-right: -10px;
}

.span-10 .item,
.span-10 .core {
    padding-right: 10px;
}

.span-10 .core {
    margin-bottom: 10px;
}

.span-15 {
    margin-right: -15px;
}

.span-15 .item,
.span-15 .core {
    padding-right: 15px;
}

.span-15 .core {
    margin-bottom: 15px;
}

.span-20 {
    margin-right: -20px;
}

.span-20 .item,
.span-20 .core {
    padding-right: 20px;
}

.span-20 .core {
    margin-bottom: 20px;
}

.span-28 {
    margin-right: -28px;
}

.span-28 .item,
.span-28 .core {
    padding-right: 28px;
}

.span-28 .core {
    margin-bottom: 28px;
}

.span-30 {
    margin-right: -30px;
}

.span-30 .item,
.span-30 .core {
    padding-right: 30px;
}

.span-30 .core {
    margin-bottom: 30px;
}

.span-40 {
    margin-right: -40px;
}

.span-40 .item,
.span-40 .core {
    padding-right: 40px;
}

.span-40 .core {
    margin-bottom: 40px;
}

/* 左右布局 */
.split-slide {
    position: relative;
    margin-top:-60px;
}

.slide-menu {
    float: left;
    width: 310px;
    background-color: #fff;
    margin-right: 20px;
}

.slide-title {
    background-color: #0f4c81;
    height: 60px;
    box-sizing: border-box;
    color: #fff;
    display: table;
    width: 100%;
    font-size: 22px;
}

.slide-title span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
}

.slide-menu ul li {
    width: 100%;
}
.slide-menu ul li .firstMenu{
    display: table;
    width: 100%;
    height: 60px;
}

.slide-menu .firstMenu a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 35px;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    position: relative;
}

.slide-menu .firstMenu a em {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: relative;
    background-color: #dbdbdb;
    margin-right: 12px;
}

.slide-menu .firstMenu a em:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #b3b3b3;
    left: 2px;
    top: 2px;
}

.slide-menu .firstMenu a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
}
.slide-menu .subMenu{
    border-bottom: 1px solid #f0f0f0;
    /* display:none; */
}

.slide-menu .subMenu .item{
    display:block;
    padding-left:55px;
    font-size:16px;
    line-height: 40px;
}
.slide-menu .subMenu .item span{
    display:block;
    padding-left:15px;
    position: relative;
    color:#555;
}
.slide-menu .subMenu .item span:after{
    content:"";
    height:1px;
    background-color:#666666;
    width:5px;
    position: absolute;
    left:0;
    top:50%;
}
.slide-menu .subMenu .item.cr span{
    font-weight: bold;
    color:#333;
}
.slide-menu ul li.have-sub-menu .firstMenu a:after{
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    position: absolute;
    right:35px;
    font-size:16px;
    line-height: normal;
    top:50%;
    margin-top:-8px;
}
.slide-menu ul li.have-sub-menu.open .firstMenu a:after{
    transform: rotate(90deg);
}
.slide-menu ul li.have-sub-menu.open .subMenu{
    display:block;
}
/* .slide-menu .firstMenu a:hover, */
.slide-menu ul li.have-sub-menu.open .firstMenu a,
.slide-menu ul li.cr .firstMenu a {
    color: #0f4c81;
    border-color: #0f4c81;
    font-weight: bold;
}

/* .slide-menu .firstMenu a:hover em, */
.slide-menu ul li.have-sub-menu.open .firstMenu a em,
.slide-menu ul li.cr .firstMenu a em {
    background-color: #c4d2df;
}

/* .slide-menu .firstMenu a:hover em:after, */
.slide-menu ul li.have-sub-menu.open .firstMenu a em:after,
.slide-menu li.cr .firstMenu a em:after {
    background-color: #0f4c81;
}

.slide-content {
    float: none;
    overflow: hidden;
    background-color: #ffffff;
    padding:0 35px 35px 35px;
}
.slide-con{
    float: none;
    overflow: hidden;
    background-color: #ffffff;
}
.top-sub-menus{
    height:60px;
    background-color:#0f4c81;
    overflow: hidden;
}
.top-sub-menus .item{
    float:left;
    padding:0 60px;
    line-height: 60px;
    font-size:24px;
    color:#fff;
	cursor: pointer;
}
.top-sub-menus .active{
    background-color:#fff;
    color:#333;
}
.slide-padding {
    padding-top:35px;
    /*	min-height: 600px;*/
}

/* 搜索 */
.search-section {
    overflow: hidden;
    width: 530px;
    max-width: 100%;
    margin-bottom: 20px;
}

.search-section .search-button {
    float: right;
    width: 108px;
    height: 45px;
    background-color: #0f4c81;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: table;
    cursor: pointer;
}

.search-section .search-button span {
    display: table-cell;
    vertical-align: middle;
}

.search-section .search-input {
    float: none;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 20px;
    height: 45px;
}

.search-section .search-input input {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    padding-left: 20px;
    font-size: 16px;
}

/* 筛选条件 */
.query-section {
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.query-section .title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-right: 10px;
}

.query-section .key-list {
    float: none;
    overflow: hidden;
}

/* 资讯列表 */
.news-list ul li {
    padding: 10px 0 10px 0;
}
.news-list ul li+li{
    border-top: 1px solid #eeeeee;
}
.news-list ul li a {
    display: block;
    overflow: hidden;
    line-height: 40px;
    position: relative;
}

.news-list ul li .time {
    float: right;
    margin-left:10px;
}

.news-list ul li .title {
    float: none;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    display:block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-mod-1  ul li {
    padding-left:10px;
}
.news-list-mod-1  ul li .title{
    padding-left: 15px;
}
.news-list-mod-1 ul li .title:before {
    content: "";
    width: 6px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}


.news-list-mod-2  ul li {
    padding-left:12px;
}
.news-list-mod-2  ul li .title{
    padding-left: 20px;
}
.news-list-mod-2 ul li .title:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c0c0c0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 2px;
}
.news-list-mod-3  ul li+li{border-top: none;}
.news-list-mod-3  ul li {  border-bottom: 1px solid #eeeeee;}

/* 公共标题 */
.com-tit {
    padding-bottom: 30px;
    padding-top: 45px;
}

.com-tit .title {
    float: left;
    font-size: 28px;
    padding-bottom: 18px;
    background: url(../images/com-tit-bg.png) repeat-x left bottom;
    font-weight: bold;
}
.com-tit.nobg .title{
    padding-bottom:0;
    background:none;
    font-weight: normal;
}

.com-tit .title span {
    display: block;
    line-height: 30px;
}

.com-tit .more {
    float: right;
    line-height: 30px;
    color: #0f4c81;
    font-size: 14px;
}
.com-tit .more:after{
    content: "\e666";
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
/*  */
.test-tag {
    padding-top: 50px;
}

.test-tag .tab-title {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    margin-right: -4px;
}

.test-tag .tit {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    box-sizing: border-box;
    padding-right: 4px;
    height: 120px;
    text-align: center;
    position: relative;
}

.test-tag .tit .mod-table {
    height: 100%;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.test-tag .tit .icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.test-tag .tit .icon img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.test-tag .tit .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

.test-tag .tit:hover,
.test-tag .active {
    color: #fff;
    cursor: pointer;
}

.test-tag .tit:hover .mod-table,
.test-tag .active .mod-table {
    background-color: #0f4c81;
}

.test-tag .tit:hover .icon img,
.test-tag .active .icon img {
    bottom: 0;
    top: inherit;
    top: initial;
}

.test-tag .tit:hover:after,
.test-tag .active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #0f4c81;
    left: 50%;
    margin-left: -12px;
}


/* test-quick-link */
.test-quick-link {
    margin-right: -20px;
}

.test-quick-link .item {
    padding-right: 20px;
    width: 50%;
    box-sizing: border-box;
    height: 140px;
    float: left;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.test-quick-link .item .mod-table {
    height: 100%;
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.1);
}

.test-quick-link .item .mod-table .mod-td {
    background-color: rgba(0, 0, 0, 0.4);
}

.test-quick-link .item1 .mod-table {
    background: url(../images/test-quick-link-img1.jpg) no-repeat left center;
    background-size: cover;
}

.test-quick-link .item2 .mod-table {
    background: url(../images/test-quick-link-img2.jpg) no-repeat left center;
    background-size: cover;
}

.test-doc {
    margin-right: -20px;
}

.test-doc .item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.test-doc .item .inner {
    width: 100%;
    display: block;
    padding: 20px;
    background-color: #fff;
    border-top: 2px solid #0f4c81;
    box-sizing: border-box;
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.1);
    line-height: 32px;
    overflow: hidden;
}

.test-doc .item .inner .icon {
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.test-doc .item .inner .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.test-doc .item .inner .title {
    float: none;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
}

.test-result {
    margin-right: -20px;
}


.test-result .item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 20px;
}

.test-result .item .inner {
    display: block;
    width: 100%;
    height: 110px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-left: 6px solid #0f4c81;
}

.test-result .item .inner:hover {
    color: #fff;
    background-color: #0f4c81;
}

.test-result .item .inner .title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.test-result .item .inner .sub-title {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
}
.test-result .item .inner:hover .sub-title{color: #fff;}
/* servic2.html */
.exam-quick-link{
    margin-top:60px;
}
.exam-quick-link .item1{
    background:url(../images/exam-quick-icon1.png) no-repeat left center;
}
.exam-quick-link .item2{
    background:url(../images/exam-quick-icon2.png) no-repeat left center;
}
.exam-quick-link .inner{
    height:128px;
    overflow: hidden;
    background:url(../images/exam-quick-icon3.png) no-repeat right center;
}
.exam-quick-link .inner .title{
    float:right;
    width:50%;
    height:100%;
    text-align: center;
    color:#fff;
    font-size:28px;
    font-weight: bold;
}
.exam-quick-link .inner .title .mod-table{
    height:100%;
}

.exam-news .news-list{
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    padding:0 20px;
}
.exam-doc .pic{
    width:100%;
    padding-top:133.3333%;
    position: relative;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.exam-doc .pic img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
	object-fit:contain;
}
.exam-doc .name{
    text-align: center;
    font-size:22px;
    margin-top:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exam-question{
    margin:0 -20px;
}
.exam-question .mod-table{
    border-collapse: separate;
    border-spacing: 20px;
}
.exam-question .mod-table .mod-td{
    background-color:#f7f7f7;
    padding:20px;
    vertical-align: top;
}
.exam-question .question{
    font-size:18px;
    line-height: 30px;
    padding-left:40px;
    background:url(../images/q.png) no-repeat left top;
}
.exam-question .answer{
    font-size:16px;
    line-height: 28px;
    color:#666;
    padding-left:40px;
    background:url(../images/a.png) no-repeat left top;
    margin-top:20px;
}


.unqua-quick-link {
    margin-top:0;
}
.unqua-quick-link .item1 {
    background: url(../images/unqua-quick-icon1.png) no-repeat left center;
}
.unqua-quick-link .item2 {
    background: url(../images/unqua-quick-icon2.png) no-repeat left center;
}

.unqua-news .news-list{
    background-color:#0f4c81;
    color:#fff;
    box-sizing: border-box;
    padding:0 20px;
}
.unqua-news .news-list ul li+li{
    border-top-style: dashed;
    border-color:rgba(255,255,255,0.25);
}
.unqua-news .news-list ul li .title{
    padding-left:15px;
}
.unqua-news .news-list ul li .title:before{
    content:"";
    width:6px;
    height:6px;
    position: absolute;
    border-radius: 100%;
    background-color:#9fb7cd;
    left:0;
    top:50%;
    margin-top:-3px;
}
.unqua-news .notice{
    height:304px;
    background-color:#f7f7f7;
    box-sizing: border-box;
    padding:20px;
}
.unqua-news .notice .title{
    display:block;
    font-size:22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.unqua-news .notice .desc{
    font-size:16px;
    line-height: 32px;
    color:#333;
    height:160px;
    overflow: hidden;
    margin:20px 0;
}
.unqua-news .notice .detail{
    display:block;
    color:#fff;
    text-align: center;
    line-height: 36px;
    width:94px;
    background-color:#0f4c81;
}

.unqua-flow {
    background:url(../images/unqua-flow.jpg) no-repeat center center;
    background-size:cover;
    overflow: hidden;
}
.unqua-flow .table-box{
    margin-right:-2px;
    background-color:rgba(15, 76, 129, 0.9);
}
.unqua-flow .table-box .mod-table{
    height:126px;
    color:#fff;
    text-align: center;
    font-size:24px;
}
.unqua-flow .table-box .mod-table .mod-td{
    border-right:2px solid #fff;
}

.zhenggaoqishi{
    display:block;
    margin-bottom:40px;
}
.zhengdingxinxi{
    border-top:1px solid #eeeeee;
    padding-top:40px;
}
.zhengdingxinxi .title{
    font-size:22px;
    font-weight: bold;
    line-height: 1;
    border-left:5px solid #0f4c81;
    padding-left:6px;
    margin-bottom:30px;
}
.zhengdingxinxi .contact{
    padding-left:70px;
    background:url(../images/telphone.png) no-repeat left center;
}
.zhengdingxinxi .contact .tips{
    font-size:16px;
    line-height: 1;
}
.zhengdingxinxi .contact .people{
    font-size:22px;
    color:#0f4c81;
    margin-top:15px;
}
.publication-date{
    overflow: hidden;
    border-top:1px solid #0f4c81;
    border-bottom:1px solid #0f4c81;
    position: relative;
    padding:9px 40px;
    line-height: 40px;
    margin-bottom:30px;
}
.publication-date .prev{
    position: absolute;
    width:40px;
    height:100%;
    left:0;
    top:0;
    line-height: 58px;
    text-align: left;
    cursor: pointer;
    font-size:20px;
    color:#e7edf2;
}
.publication-date .next{
    position: absolute;
    width:40px;
    height:100%;
    right:0;
    top:0;
    text-align: right;
    line-height: 58px;
    cursor: pointer;
    font-size:20px;
    color:#e7edf2;
}
.publication-date .next:hover,.publication-date .prev:hover{
    color:#0f4c81;
}
.publication-date .title{
    float:left;
    font-size:16px;
    font-weight: bold;
}
.publication-date .swiper-container{
    float:none;
    overflow: hidden;
    font-size:16px;
}
.publication-date .swiper-container .swiper-slide{ cursor: pointer;}
.publication-date .swiper-container .swiper-slide a{
    display:block;
    font-size:14px;
    color:#666;
    text-align: center;
}
.publication-date .swiper-container .active a{
    color:#0f4c81;
    font-size:16px;
    font-weight: bold;
	
}

.publication-book-list .pic,.mod-books .pic{
    display:block;
    width:100%;
    padding-top:135.7843%;
    position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); 
}
.publication-book-list .pic img,.mod-books .pic img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.publication-book-list .con{
    font-size:14px;
    line-height: 26px;
    margin-top:15px;
}
.publication-book-list .title .name{
    float:none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    padding-right:5px;
}
.publication-book-list .title .down{
    float:right;
    width:16px;
    height:16px;
    background:url(../images/download.png) no-repeat center center;
    background-size:contain;
    cursor: pointer;
    margin-top:5px;
}




.publication-list .item{
    padding:20px;
    background-color:#f5f5f5;
    margin-bottom:20px;
}
.publication-list .item .title{
    overflow: hidden;
}
.publication-list .item .title .download{
    float:right;
    width:28px;
    height:28px;
    background:url(../images/download.png) no-repeat center center;
    background-size:contain;
    margin-left:15px;
    cursor: pointer;
}
.publication-list .item .title .name{
    float:none;
    overflow: hidden;
    display:block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    line-height: 28px;
}
.publication-list .item .desc{
    font-size:16px;
    color:#666;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    margin:10px 0;
}
.publication-list .item .state{
    overflow: hidden;
    font-size:14px;
    color:#999999;
}
.publication-list .item .state .author{ float: left;margin-right:30px;}
.publication-list .item .state .time{
    float:left;
    margin-right:30px;
}
.publication-list .item .state .from{
    float:left;
}

.mod-books .name { margin-top: 20px; color:#0f4c81; font-size: 18px; display: block; text-align: center;font-weight: bold; margin-bottom: 10px; height: 48px; overflow: hidden;}

.mod-books .down{ display: block; text-align: center;} 
.mod-books .down span{ display: inline-block; font-size: 20px; color: #999; background:url(../images/downico2.png) no-repeat 0 center; padding-left:30px;}

.wyh-section .title{
    font-size:28px;
    line-height: 1;
    margin-bottom:25px;
}
.wyh-section .list .inner{
    display:block;
/*    background-color:#f3f2f0;*/
	background: url(../images/committee_bg.jpg);
    border-top:5px solid #275d8c; cursor: pointer;
}
.wyh-section .list .inner:hover{ border-top: 5px solid #275d8c;background: url(../images/committee_bghover.jpg);}
.wyh-section .list .inner:hover .mod-td{ color: #fff;}

.wyh-section .list .item{
    margin-bottom:30px;
}
.wyh-section .list .inner .mod-table{
    height:105px;
    text-align: center;
    font-size:18px;
}
.wyh-section + .wyh-section{
    margin-top:10px;
}


/*  */
.fupin-section{
    padding:0 40px 40px 40px;
}
.fupin-section+.fupin-section{
    border-top:1px solid #eeeeee;
}

.news-pic-list .item .pic{
    width:100%;
    padding-top:52.2968%;
    position: relative;
    background-color:#f7f7f7;
    overflow: hidden;
}
.news-pic-list .item .pic img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.news-pic-list .inner{
    background-color:#f9f9f9;
}
.news-pic-list .con{
    padding:10px;
}
.news-pic-list .con .title{
    font-size:16px;
    line-height: 28px;
    color:#333;
    height:56px;
    overflow: hidden;
}
.news-pic-list .con .state{
    overflow: hidden;
    line-height: 1;
    margin-top:10px;
}
.news-pic-list .con .state .time{
    float:left;
    font-size:12px;
    color:#999;
}
.news-pic-list .con .state .detail{
    float:right;
    font-size:14px;
    color:#999;
}
.news-pic-list .inner:hover{
    background-color:#0f4c81;
    color:#fff;
}
.news-pic-list .inner:hover .title,.news-pic-list .inner:hover .time,.news-pic-list .inner:hover .detail{
    color:#fff;
}

.fupin-img-news .item+.item{
    margin-top:10px;
}
.fupin-img-news .inner{
    display:block;
    overflow: hidden;
    background-color:#f9f9f9;
}
.fupin-img-news .inner .pic{
    float:left;
    overflow: hidden;
    width:200px;
    height:112px;
}
.fupin-img-news .inner .pic img{
    width:100%;
    height:100%;
}
.fupin-img-news .inner .con{
    float:none;
    overflow: hidden;
    padding-left:20px;
    height:112px;
}
.fupin-img-news .inner .con .mod-table{
    height:100%;
}
.fupin-img-news .inner .title{
    font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.fupin-img-news .inner .time{
    font-size:12px;
    color:#999;
    margin:5px 0;
}
.fupin-img-news .inner .desc{
    font-size:14px;
    color:#666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fupin-section .news-list{
    background-color:#fafafa;
}
.fupin-section .news-list li{
    padding-right:12px;
}

/* 行业动态 */
.industry-list .inner{
    border-top:5px solid #0f4c81;
}
.industry-list .con{
    width:100%;
    box-sizing: border-box;
    border:2px solid #eeeeee;
    border-top:none;
    padding:30px;
    height:345px;
}
.industry-list .con .time{
    font-size:14px;
    color:#0f4c81;
}
.industry-list .con .title{
    font-size:22px;
    line-height: 30px;
    margin-top:30px;
    height:60px;
    overflow: hidden;
}
.industry-list .con .desc{
    font-size:14px;
    line-height: 24px;
    height:72px;
    overflow: hidden;
    color:#666;
    margin-top:30px;
}
.industry-list .con .detail{
    margin-top:20px;
}
.industry-quick-link .item{
    font-size:28px;
}
.industry-quick-link .item1 .mod-table{
    background: url(../images/industry-quick-link-img1.jpg) no-repeat left center;
    background-size: cover;
}
.industry-quick-link .item2 .mod-table{
    background: url(../images/industry-quick-link-img2.jpg) no-repeat left center;
    background-size: cover;
}

.industry-jiaoliu{
    background:url(../images/industry-jiaoliu-bg.png) #ececec;
}

.industry-jiaoliu-swiper{
    box-sizing: border-box;
    padding:0 44px;
    overflow: hidden;
    position: relative;
}
.industry-jiaoliu-swiper:after{
    content:"";
    pointer-events: none;
    height:22px;
    background:url(../images/industry-swiper-bg.png) repeat-x left bottom;
    position: absolute;
    left:40px;
    right:40px;
    bottom:0;
}
.industry-jiaoliu-swiper .prev,.industry-jiaoliu-swiper .next{
    position: absolute;
    width:40px;
    height:100%;
    background-color:#fff;
    font-size:40px;
    color:#0f4c81;
    top:0;
    cursor: pointer;
}
.industry-jiaoliu-swiper .prev:before,.industry-jiaoliu-swiper .next:before{
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0;
}
.industry-jiaoliu-swiper .prev .iconfont,.industry-jiaoliu-swiper .next .iconfont{
    display:inline-block;
    vertical-align: middle;
}
.industry-jiaoliu-swiper .prev{
    left:0;
}
.industry-jiaoliu-swiper .next{
    right:0;
}
.industry-jiaoliu-swiper .margin-box{
    margin-right:-4px;
    overflow: hidden;
}
.industry-jiaoliu-swiper .swiper-slide{
    box-sizing: border-box;
    padding-right:4px;
    height:140px;
}
.industry-jiaoliu-swiper .swiper-slide .mod-table{
    height:100%;
    background-color:#fff;
    text-align: center;
    font-size:18px;
    line-height: 28px;
}
.industry-jiaoliu-swiper .swiper-slide .mod-table .mod-td{
    padding:0 10px;
}
.industry-jiaoliu-swiper .swiper-slide .mod-table:hover{
    background-color:#0f4c81;
    color:#fff;
}

.industry-swiper-container-pic{
    float:left;
    width:640px;
    overflow: hidden;
    position: relative;
}
.industry-swiper-container-pic .mark{
    position: absolute;
    width:80px;
    height:80px;
    left:0;
    bottom:0;
    background-color:#b5151d;
    color:#fff;
    text-align: center;
    font-size:18px;
    line-height: 1;
    box-sizing: border-box;
    padding-top:23px;
}
.industry-swiper-container-pic .news{
    display:block;
    width:100%;
    position: relative;
}
.industry-swiper-container-pic .pic{
    width:100%;
    padding-top:55.625%;
    overflow: hidden;
    position: relative;
}
.industry-swiper-container-pic .pic img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
}
.industry-swiper-container-pic .content{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:#222933;
    color:#fff;
    box-sizing: border-box;
    height:80px;
    font-size:16px;
    line-height: 28px;
    padding:12px 40px 0 120px;
}
.industry-swiper-container-pic .content .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industry-swiper-container-pic .content .time{
    color:#cccccc;
}
.industry-swiper-container-pic .pagination{
    text-align: center;
    font-size:0;
    line-height: 0;
    margin-top:8px;
}
.industry-swiper-container-pic .pagination .swiper-pagination-switch{
    display:inline-block;
    vertical-align: middle;
    width:8px;
    height:8px;
    border-radius: 100%;
    background-color:#fff;
    opacity: 0.5;
	margin: 0 2px;
}
.industry-swiper-container-pic .pagination .swiper-active-switch{
    opacity:1;
}

.industry-pic-list{
    float:none;
    overflow: hidden;
    padding-left:30px;
	
}
.industry-pic-list .item:nth-child(1){border-top:1px solid #e1e1e1;}
.industry-pic-list .item{
    overflow: hidden;
    padding:15px 0;
    border-bottom:1px solid #e1e1e1;
}
.industry-pic-list .item .date{
    float:left;
    font-size:16px;
    color:#999;
    line-height:1;
    font-family: Arial, Helvetica, sans-serif;
}
.industry-pic-list .item .date .day{
    font-size:24px;
    font-weight: bold;
    color:#204f93;
    margin-bottom:14px;
    line-height: 28px;
}
.industry-pic-list .item .con{
    float:none;
    overflow: hidden;
    padding-left:25px;
}
.industry-pic-list .item .title{
    display:block;
    font-size:16px;
    line-height: 28px;
}

.industry-list-news .news-list{
    padding:0 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.internationnal_exchange .industry-swiper-container-pic{
    width:385px;
}
.internationnal_exchange .industry-swiper-container-pic .pic{
    padding-top:76.6234%;
}
.internationnal_exchange .industry-swiper-container-pic .mark{
    width:65px;
    background-color:#0f4c81;
}
.internationnal_exchange .industry-swiper-container-pic .content{
    padding-left:80px;
}


.internationnal_exchange .industry-pic-list .item{
    padding:10px 0;
}
.internationnal_exchange .industry-pic-list .item .title{
    line-height: 26px;
}
.internationnal_exchange .industry-pic-list .item .date{
    font-size:14px;
}
.internationnal_exchange .industry-pic-list .item .date .day{
    margin-bottom:13px;
    line-height: 26px;
}

.internationnal_exchange .industry-jiaoliu-swiper{
    padding:0 40px;
}
.internationnal_exchange .industry-jiaoliu-swiper .margin-box{
    margin:0;
}
.internationnal_exchange .industry-jiaoliu-swiper:after{
    display:none;
}
.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide{
    height:96px;
    padding:0;
    padding-bottom:6px;
    position: relative;
	cursor: pointer;
}
/*.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide-active:after*/

.internationnal_exchange .industry-jiaoliu-swiper .active:after{
    content:"";
    position: absolute;
    width:0;
    height:0;
    border:6px solid transparent;
    border-top-color:#0f4c81;
    left:50%;
    margin-left:-6px;
    top:90px;
}
.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide .mod-table{
    box-sizing: border-box;
    border:1px solid #eeeeee;
}
.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide .mod-table:hover{
    background-color: #fff;
    color: #333;
}
/*.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide-active .mod-table:hover*/
.internationnal_exchange .industry-jiaoliu-swiper .active .mod-table:hover{
    background-color:#0f4c81;
    color:#fff;
}
/*.internationnal_exchange .industry-jiaoliu-swiper .swiper-slide-active .mod-table*/
.internationnal_exchange .industry-jiaoliu-swiper .active .mod-table{
    border-color:#0f4c81;
    background-color:#0f4c81;
    color:#fff;
}

.internationnal_exchange .industry-list .inner{
    border-top-width: 4px;
}
.internationnal_exchange .industry-list .con{
    padding:20px;
    padding-top:16px;
    height:245px;
}
.internationnal_exchange .industry-list .con .time{
    color:#666666;
    overflow: hidden;
}
.internationnal_exchange .industry-list .con .time span{
    float:left;
}
.internationnal_exchange .industry-list .con .time em{
    float:none;
    display:block;
    overflow: hidden;
    text-align: right;
    padding-left:10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.internationnal_exchange .industry-list .con .title{
    font-size:16px;
    line-height: 28px;
    font-weight: bold;
    margin-top:10px;
}
.internationnal_exchange .industry-list .con .desc{
    margin-top:15px;
}
.internationnal_exchange .industry-list .con .detail{
    margin-top:10px;
    color:#0f4c81;
}
.internationnal_exchange .organize-desc{
    padding:0 40px;
    margin-top:30px;
    font-size:16px;
    line-height: 28px;
    text-align: justify;
}
.internationnal_exchange .organize-desc .info{
    display:none;
}

.scientific-desc{
    background-color:#fafafa;
    font-size:16px;
    line-height: 28px;
}
.scientific-desc .desc{
    padding:20px;
}
.scientific-page .news-list{
    background-color:#fafafa;
    padding:0 20px;
}

.scientific-link{
    text-align: center;
    line-height: 110px;
    font-size:18px;
    color:#fff;
    margin-top:50px;
}
.scientific-link a{
    display:block;
    background-color:#275e8e;
}


.leaders-section+.leaders-section{
    margin-top:40px;
}
.leaders-title{
    padding-left:20px;
    background:url(../images/leaders-title-bg-left.jpg) no-repeat left center;
    height:45px;
    overflow: hidden;
    margin-bottom:25px;
}
.leaders-title .title{
    float:left;
    height:100%;
    width:136px;
    text-align: center;
    font-size:18px;
    color:#fff;
    line-height: 40px;
    background:url(../images/leaders-title-bg-repeat.jpg) repeat-x left center;
}
.leaders-title .right{
    float:none;
    overflow: hidden;
    height:100%;
    background:url(../images/leaders-title-bg-right.jpg) no-repeat left center;
}

.leaders-list .inner{
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.14);
    text-align: center;
}
.leaders-list .pic{
    width:100%;
    padding-top:132.9268%;
    position: relative;
    overflow: hidden;
}
.leaders-list .pic img{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.leaders-list .name{
    font-size:16px;
    line-height: 40px;
}

.leaders-intro{
    background-color:#0f4c81;
    overflow: hidden;
}
.leaders-intro .pic{
    float:left;
    width:360px;
}
.leaders-intro img{
    max-width: 100%;
    height:auto;
}
.leaders-intro .desc{
    float:none;
    overflow: hidden;
    color:#fff;
    padding:40px 30px 0 30px;
}
.leaders-intro .desc .name{
    font-size:36px;
}
.leaders-intro .desc .label{
    font-size:18px;
    margin-top:10px;
}
.leaders-intro .desc .intro{
    font-size:16px;
    line-height: 28px;
    padding-top:35px;
    margin-top:25px;
    text-align: justify;
    border-top:1px solid #87a6c0;
    max-height: 196px;
    overflow: hidden;
}
.leaders-detail .news-list{
    background-color:#fcfcfc;
}
.leaders-detail .news-bor{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
.leaders-detail .news-list li{
    padding-left:10px;
    padding-right:10px;
}


.complaints-form{
    padding:0 100px 50px 100px;
}
.complaints-form .cur-menu{
    width:115px;
    line-height: 40px;
    background-color:#0f4c81;
    color:#fff;
    font-size:16px;
    text-align: center;
}
.complaints-form .section{
    margin:40px 0;
}
.complaints-form .submit{
    display:block;
    border:none;
    background-color:#0f4c81;
    color:#fff;
    text-align: center;
    width:108px;
    line-height: 45px;
    font-size:16px;
    font-weight: bold;
    margin:0 auto;
	cursor: pointer;
}
.complaints-form .textarea{
    display:block;
    width:100%;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #bfbfbf;
    height:250px;
}
.complaints-form .tips{
    font-size:14px;
    color:#999;
}
.complaints-form .tit{
    display:inline-block;
    font-size:18px;
    font-weight: bold;
    line-height: 35px;
    vertical-align: middle;
    margin-right:10px;
}
.complaints-form .sectit{ margin-bottom:15px;} 

.complaints-form .title{
    float:left;
    line-height: 35px;
    font-size:16px;
}
.complaints-form .inpbox{
    float:none;
    overflow: hidden;
    padding-left:20px;
}
.complaints-form .selinpbox{ overflow: visible; width: 394px; float: left;}

.complaints-form .selinpbox .long-selects div.select-arrow{    background: url(../images/arrow-d2.png) center center no-repeat;}
.complaints-form .selinpbox div.select-main{    border: 1px solid #e5e5e5;}
.complaints-form .inpinline{
    display:inline-block;
    vertical-align: middle;
}
.core-auto{ width:auto!important;  float: none!important;}
.complaints-form .core-auto input{ display: none;}
.complaints-form .core-auto label{ width: 80px; height: 30px; border-radius:6px; line-height: 30px; color: #fff; background: #0f4c81; display: inline-block; text-align: center; vertical-align: middle; margin-right: 10px; cursor: pointer;}

.complaints-form .core-auto .title{ width: 120px;}

/*提交成功提示框*/
.mod-succbox{ position:fixed; background:rgba(0,0,0,.5); left: 0; top: 0; width: 100%; height: 100%; z-index: 99999;}
.mod-succbox .succ-inner{ display: table; width: 100%; height: 100%;  vertical-align: middle; text-align: center;}
.succ-tips{ display: table-cell; height: 100%; width: 100%; vertical-align: middle;}
.succ-tips span{ display: block;width: 90%; background: #fff; border-radius:10px;  max-width: 590px; height: 200px; margin: 0 auto;}
.succ-tips span i{ margin-top: 50px; display: inline-block; height: 95px; line-height: 95px; font-size: 32px; color: #0f4c81; background:url(../images/succ_icon1.png) no-repeat; padding-left: 142px;}


.ftips{ color:#999;} 

.complaints-form .input{
    display:block;
    width:100%;
    min-width: 310px;
    box-sizing: border-box;
    height:35px;
    border:1px solid #e5e5e5;
    font-size:16px;
    padding:0 10px;
}
.complaints-form .after:after{
    content:"*";
    display:inline-block;
    vertical-align:middle;
    color:#fff;
}
.complaints-form .required:after{
    content:"*";
    display:inline-block;
    vertical-align:middle;
    color:#fc0303;
}
.complaints-form .select {
    position: relative;
}
.complaints-form .select .wrap{
    display:block;
    width:510px;
    box-sizing: border-box;
    height:35px;
    border:1px solid #e5e5e5;
    font-size:16px;
    position: relative;
}
.complaints-form .select .wrap .iconfont{
    position: absolute;
    right:10px;
    top:50%;
    margin-top:-12px;
    color:#9f9f9f;
	font-size:20px;
}
.complaints-form .select .sea{
    float:left;
    width:40px;
    height:100%;
    background:url(../images/sea.png) no-repeat center center;
    position: relative;
}
.complaints-form .select .sea:after{
    content:"";
    position: absolute;
    right:0;
    top:15%;
    height:70%;
    width:1px;
    background-color:#e5e5e5;
}
.complaints-form .select .inpbox{
    height:100%;
}
.complaints-form .select .inpbox input{
    display:block;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    border:none;
    background: none;
}
.complaints-form .select .list{
    position: absolute;
    width:100%;
    box-sizing: border-box;
    left:0;
    top:35px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    line-height: 30px;
    max-height: 210px;
    overflow:auto;
}
.complaints-form .select .list li{
    padding:0 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.complaints-form .select .list li:hover{
    color:#fff;
    background-color:#0f4c81;
}

#citytips{
    padding-left:15px;
    height:49px;
    background:url(../images/tooltip-left.png) no-repeat left top;
}
#citytips .city-tips{
    padding-right:15px;
    height:100%;
    background:url(../images/tooltip-right.png) no-repeat right top;
    line-height: 36px;
}

.mapTipContent{
    width:100%;
}
.mapTipContent .city-name{
    font-size:24px;
    color:#0f4c81;
    margin-bottom:20px;
}
.mapTipContent .table-scroll{
    height:330px;
    overflow: auto;
}
.mapTipContent .table{
    width:100%;
    table-layout: fixed;
    text-align: center;
}
.mapTipContent .table  td{
    height:55px;
}
.mapTipContent .table thead td{
    font-size:16px;
    background-color:#f5f5f5;
}
.mapTipContent .table tbody tr:nth-child(even) td{
    background-color: #f5f5f5;
}
.mapTipContent .table tbody tr:hover td{
    color:#0f4c81;
}
.mapTipContent .ul{
    overflow: hidden;
    border-top:1px solid #b2c5d6;
    border-bottom:1px solid #b2c5d6;
    line-height: 54px;
    margin-right:-1px;
}
.mapTipContent .ul .tab-tit{
    float:left;
    width:50%;
    padding-right:1px;
    box-sizing: border-box;
    cursor: pointer;
}
.mapTipContent .ul .tab-tit a{
    display:block;
    text-align: center;
    font-size:18px;
    color:#0f4c81;
    background-color:#e7edf2;
}
.mapTipContent .ul .active a{
    background-color:#0f4c81;
    color:#fff;
}

.online-complaints-intro{
    padding:20px;
    background-color:#f0f0f0;
    font-size:16px;
    line-height: 32px;
}
.online-complaints-intro .title{
    line-height: 1;
    font-size:0;
}
.online-complaints-intro .title span{
    display:inline-block;
    padding-right:10px;
    font-size:24px;
    border-right:4px solid #0f4c81;
}
.online-complaints-intro p{
    margin-bottom:0;
    padding-bottom:0;
    line-height: 32px;
}

.online-complaints-flow {
    margin-top:40px;
}
.online-complaints-flow .item{ cursor: pointer;} 
.online-complaints-flow .mod-table{
    height:100px;
    color:#fff;
    font-size:22px;
    text-align: center;
}
.online-complaints-flow .item1 .inner{
    background:url(../images/complaints-flow-1.jpg) no-repeat center center;
    background-size:cover;
}
.online-complaints-flow .item2 .inner{
    background:url(../images/complaints-flow-2.jpg) no-repeat center center;
    background-size:cover;
}
.online-complaints-flow .item3 .inner{
    background:url(../images/complaints-flow-3.jpg) no-repeat center center;
    background-size:cover;
}
.online-complaints-flow .item4 .inner{
    background:url(../images/complaints-flow-4.jpg) no-repeat center center;
    background-size:cover;
}
.online-complaints-flow .inner span{
    display:inline-block;
    padding-right:55px;
    background:url(../images/arr1.png) no-repeat right center;
}
.online-complaints-flow .inner{
    position: relative;
}
.online-complaints-flow .item .popup{
    position: absolute;
    width:100%;
    bottom:100%;
    left:0;
    padding-bottom:15px;
    display:none;
}
.online-complaints-flow .inner:hover .popup{
    display:block;
}
.online-complaints-flow .item .desc{
    background-color:#fff;
    padding:10px 20px;
    border-radius: 5px;
    line-height: 24px;
    box-shadow: 0px 4px 4.65px 0.35px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    position: relative;
}
.online-complaints-flow .item .desc:after{
    content:"";
    width:0;
    height:0;
    border:10px solid transparent;
    border-top-color:#fff;
    position: absolute;
    top:100%;
    left:50%;
    margin-left:-10px;
}

.online-complaints-type{
    margin-top:40px;
}
.online-complaints-type .mod-table{
    height:113px;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
}
.online-complaints-type .mod-table .mod-td{
    padding-left:30px;
    font-size:22px;
}
.online-complaints-type .mod-table .tit{
    font-size:16px;
}
.online-complaints-type .mod-table .email{
    padding-left:90px;
    background:url(../images/complaints_mail.png) no-repeat left center;
}
.online-complaints-type .mod-table .mobile{
    padding-left:80px;
    background:url(../images/complaints-telphone.png) no-repeat left center;
}

.online-complaints-quick-tips{
    overflow: hidden;
    margin-top:40px;
    background-color:#f0f0f0;
    position: relative;
}
.online-complaints-quick-tips:after{
    content:"QUICK TIPS";
    font-family: Arial, Helvetica, sans-serif;
    font-size:100px;
    position: absolute;
    right:0;
    bottom:0;
    line-height: 1;
    font-weight: 900;
    opacity:0.04;
}
.online-complaints-quick-tips .icon{
    float:left;
    height:180px;
    width:180px;
    border-right:2px solid #fff;
    background:url(../images/quick-tips.png) no-repeat center center;
}
.online-complaints-quick-tips  .tips{
    float:none;
    overflow: hidden;
    height:180px;
    padding-left:30px;
    font-size:16px;
    line-height: 32px;
}
.online-complaints-quick-tips  .tips p{
    margin:0;
    padding:0;
    line-height: inherit;
    font-size:inherit;
	padding-left: 20px; position: relative;
}
.online-complaints-quick-tips  .tips p:after{ content: ""; position: absolute; width: 8px; height: 8px; background: #0f4c81; left: 0; top: 12px;}


.online-complaints-quick-tips  .tips h2{
    font-size:20px;
    font-weight: normal;
	margin-bottom: 10px;
}
.online-complaints-quick-tips .tips .mod-table{
    height:100%;
}










